Skip to content

Commit

Permalink
Update 02-match-extract-strings.md
Browse files Browse the repository at this point in the history
Varachkina authored Feb 4, 2020
1 parent ab9ecce commit a2afd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-match-extract-strings.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ If you look in the box on the right of the screen, you see that the expression m
> If you want to match 'community-led' by adding other regex characters to the expression `community`, what would they be?
> > ## Solution
> >
> > IFor instance, `\S+\b`. This would match one or more non-space characters followed by a word boundary.
> > For instance, `\S+\b`. This would match one or more non-space characters followed by a word boundary.
> >
> {: .solution}
{: .challenge}

0 comments on commit a2afd6d

Please sign in to comment.