From d758b974fc4e35b3688f68950c8dad806eb93978 Mon Sep 17 00:00:00 2001 From: eamanu Date: Tue, 12 Sep 2017 12:59:11 -0300 Subject: [PATCH] Add Regex tutorial. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f088016..7d0c200 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ But knowing the stuff will help you become better! :muscle:* ### RegExp - [RegexHQ](https://github.com/regexhq) +- [Learn regex the easy way](https://github.com/zeeshanu/learn-regex.git) ### Security - :book: [Security Programming](https://www.dwheeler.com/secure-programs/)