From 9e2728cd3d0f0070775244973ce9ffe51bab7bb9 Mon Sep 17 00:00:00 2001 From: Shari Laster Date: Wed, 7 Oct 2020 16:34:41 -0700 Subject: [PATCH] Improved description for lesson tool. Per #102, added suggested text regarding Regex101.com in order to provide context for novice learners. --- _episodes/02-match-extract-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/02-match-extract-strings.md b/_episodes/02-match-extract-strings.md index 69e5b03a..b1144e5e 100644 --- a/_episodes/02-match-extract-strings.md +++ b/_episodes/02-match-extract-strings.md @@ -15,7 +15,7 @@ keypoints: # Exercise Using Regex101.com -For this exercise, open a browser and go to [https://regex101.com](https://regex101.com). +For this exercise, open a browser and go to [https://regex101.com](https://regex101.com). Regex101.com is a free regular expression debugger with real time explanation, error detection, and highlighting. Open the [swcCoC.md file](https://github.com/LibraryCarpentry/lc-data-intro/tree/gh-pages/data/swcCoC.md), copy the text, and paste that into the test string box.