added [The 30 Minute Regex Tutorial] to [Regular Expressions]

pull/1310/head
kingdido999 2015-01-25 18:24:41 -05:00
parent 993f458f54
commit 9e152b4c1f
1 changed files with 1 additions and 0 deletions

View File

@ -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