Skip to content

Commit f9538d5

Browse files
authored
Improved description for lesson tool.
Per #102, added suggested text regarding Regex101.com in order to provide context for novice learners.
1 parent 9d78bbd commit f9538d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/02-match-extract-strings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keypoints:
1515

1616
# Exercise Using Regex101.com
1717

18-
For this exercise, open a browser and go to [https://regex101.com](https://regex101.com).
18+
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.
1919

2020
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.
2121

0 commit comments

Comments
 (0)