This site collects a set of regular expression related resources. It is not meant to be all-inclusive. The quality of the resource is the highest priority. Excluding a piece of less important resource is as important as adding a piece of important one. So, you should not expect to find everything related to regular expression here. But hopefully, it saves you some time finding those interesting resources.
This site also includes a web based utility called Regular Expression Analyzer to help you analyze and understand regular expression structures.
Currently, the site is very young and still in its early stage of development. Resource will be added as I collect them, removed when there is a feeling of duplication or lower quality.
Introduction and Library
Specifications
- Java Regular Expression
- JavaScript Regular Expression
- Perl Regular Expression
- Unix Regular Expression
Implementations
- JavaScript Regular Expression (Rhino)
- JavaScript Regular Expression (Spider Monkey)
- Java Regular Expression (JDK 1.5) Pattern.java, Matcher.java
- Perl Regular Expression
- Unix Regular Expression (GNU)
Books
- Mastering Regular Expressions
- Regular Expression Pocket Reference
- Beginning Regular Expressions (Programmer to Programmer)