From ba6180cbfb47b6f4a1f4062675116881b5cd334e Mon Sep 17 00:00:00 2001 From: Rudrangshu Nandi Date: Fri, 26 May 2017 22:28:10 +0530 Subject: [PATCH] Added Regex Tutorial (#27) * Added Regex Tutorial * Added REGEX 101 Link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65f6720..5f3f743 100644 --- a/README.md +++ b/README.md @@ -349,3 +349,4 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Watch And Code](https://watchandcode.com/) * [RegexOne](http://regexone.com/) - Learn Regular Expressions * [Google University GitHub Repo](https://github.com/jwasham/coding-interview-university) +* [Regex 101 by Daniel Shiffman](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YEypLuls7iidwHMdCM6o2w)