You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: