From 9e152b4c1fa597766713692b68c418ad356579a6 Mon Sep 17 00:00:00 2001 From: kingdido999 Date: Sun, 25 Jan 2015 18:24:41 -0500 Subject: [PATCH] added [The 30 Minute Regex Tutorial] to [Regular Expressions] --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index bb60ace5..e53a7f41 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -515,6 +515,7 @@ #### Regular Expressions * [Learn Regex The Hard Way](http://regex.learncodethehardway.org/book/) - Zed. A. Shaw * [The Bastards Book of Regular Expressions: Finding Patterns in Everyday Text](https://leanpub.com/bastards-regexes) - Dan Nguyen +* [The 30 Minute Regex Tutorial](http://www.codeproject.com/Articles/9099/The-Minute-Regex-Tutorial) - Jim Hollenhorst #### Reverse Engineering -- GitLab