Skip to content

Commit

Permalink
fixed regexper link
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiller621 committed Feb 3, 2020
1 parent c330856 commit 0252d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/01-regular-expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ So, what is `^[Oo]rgani.e\b` going to match?
> > Organike
> > ~~~
> > Or, any other string that starts a line, begins with a letter `o` in lower or capital case, proceeds with `rgani`, has any character in the 7th position, and ends with the letter `e`.
> > [See solution visulaized on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e%5Cb)
> > [See solution visulaized on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e)
> {: .solution}
{: .challenge}
Expand Down

0 comments on commit 0252d39

Please sign in to comment.