From bb2e8e8d311aa081cd801170ab422222fe639659 Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 13 Jul 2021 14:41:57 +0200 Subject: [PATCH] fixes #1 posted by laurent --- modules/qualifying/learning_regex.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/qualifying/learning_regex.md b/modules/qualifying/learning_regex.md index ba2f12e..6091d06 100644 --- a/modules/qualifying/learning_regex.md +++ b/modules/qualifying/learning_regex.md @@ -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