Regex
General
- http://us2.php.net/manual/en/book.pcre.php
- https://dev.mysql.com/doc/refman/5.1/en/regexp.html#operator_regexp
- https://codegolf.stackexchange.com/questions/17718/meta-regex-golf
- http://nbviewer.ipython.org/url/norvig.com/ipython/xkcd1313.ipynb [1]
Guides
- http://qntm.org/files/re/re.html [2]
- http://regex.learncodethehardway.org/book/
- http://net.tutsplus.com/tutorials/javascript-ajax/you-dont-know-anything-about-regular-expressions/
- http://swtch.com/~rsc/regexp/regexp1.html
- http://stackoverflow.com/questions/16621738/d-less-efficient-than-0-9
- http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags
Web tools
- regular expressions 101 — an online regex tester for javascript, php, pcre and python.
- RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). Results update in real-time as you type. Roll over a match or expression for details. Save & share expressions with others. Explore the Library for help & examples. Undo & Redo with Ctrl-Z / Y. Search for & rate Community patterns.
- Build RegEx - A Regular Expression GUI.
- http://myregextester.com/
- http://regexpal.com/
- http://regex.inginf.units.it/
- http://www.debuggex.com/
- http://www.regexper.com/ -js
- http://www.spaweditor.com/scripts/regex/ - php
- http://www.regextester.com/index2.html
- http://www.pcreck.com/ - pcre