fixes #1 posted by laurent

This commit is contained in:
waldek 2021-07-13 14:41:57 +02:00
parent 6a269989f4
commit bb2e8e8d31
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ You should see it as a puzzle you're trying to solve.
To get you started I urge you to go to [this](http://regextutorials.com/) website and start the **introduction to regex** section.
It highlights automatically what your pattern is doing.
Once you completed the introduction you should try their exercises and the ones I made for you below.
You can fine very good cheat sheets online, like [this](https://cheatography.com/davechild/cheat-sheets/regular-expressions/) one, so have a look around.
## Exercises