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
The OR here is meant to indicate that there are two possible answers.
One of the participants in our workshop read this as a part of the regular expression. This mistake is very easy to make, as this lesson is also about regular expressions!
I suggest rewriting OR as 'or, alternatively' in lowercase.
The text was updated successfully, but these errors were encountered:
In exercise “Finish the expression” in https://librarycarpentry.org/lc-data-intro/02-match-extract-strings/index.html
the answer according to the lesson is:
[\w.-]+.[\w]{2,3} OR [\w.-]+.[\w]
The OR here is meant to indicate that there are two possible answers.
One of the participants in our workshop read this as a part of the regular expression. This mistake is very easy to make, as this lesson is also about regular expressions!
I suggest rewriting OR as 'or, alternatively' in lowercase.
The text was updated successfully, but these errors were encountered: