LibraryCarpentry / lc-data-intro

Library Carpentry: Introduction to Working with Data (Regular Expressions)
https://librarycarpentry.org/lc-data-intro/
Other
29 stars 84 forks source link

Space or no space in https://librarycarpentry.org/lc-data-intro/04-exercises/index.html #193

Open aadoek opened 2 years ago

aadoek commented 2 years ago

On this page https://librarycarpentry.org/lc-data-intro/04-exercises/index.html , the regex in the answer finds the first example, but not the second one. This is because in the second example the ‘:’ is immediately following the word, while the regex has a space there.

We think this should be corrected. This page: https://librarycarpentry.org/lc-data-intro/01-regular-expressions/index.html does not have this issue.