Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\S used in solution without being introduced #180

Open
ldko opened this issue Jan 26, 2021 · 0 comments
Open

\S used in solution without being introduced #180

ldko opened this issue Jan 26, 2021 · 0 comments

Comments

@ldko
Copy link
Contributor

ldko commented Jan 26, 2021

In episode 2, in the Taking any character into consideration exercise, the \S for non-space character is used in the solution but is not one of the metacharacters given in episode 1 (\s for space character is given).

Also, I found this exercise/challenge a little confusing as it is given: "If you want to match ‘community-led’ by adding other regex characters to the expression community, what would they be?" Since you can use literal characters in a regex, I would use the expression 'community-led' to match 'community-led'. Perhaps the wording should be changed to something like "If you want to match terms that start with community, such as ‘community-led’, by adding other regex metacharacters to the expression community, what would they be?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant