|
|
1. |
Mastering Regular Expressions (Second Edition)
-
Book by Jeffrey Friedl. Includes table of contents, full index, an errata sheet.
|
|
|
2. |
Posix Basic Regular Expression
-
A description of both basic Posix Regular Expression syntax, the programming interface and some advanced features that are provided in the implementation of POSIX.2 regular expressions in the GNU C Library.
|
|
|
3. |
RE Tool
-
Java based cross platform tool to learn Regular Expressions by "Trial & Error". Comes with Regular Expressions reference.
|
|
|
4. |
Regular Expression HOWTO
-
Detailed HowTo documentation about regular expressions usage in combination with the Phyton programming/scripting language.
|
|
|
5. |
Regular Expressions - Single Unix Specification
-
Specification for regular expressions -- massive document, somewhat technical.
|
|
|
6. |
Regular Expressions HOWTO The Basics of REReplace REFind
-
By Pete Freitag. The basics of using regular expressions with ColdFusion's REFind, and REReplace functions.
|
|
|
7. |
Regular Expressions Reference
-
Downloadable reference with examples, by Miloslav Nic.
|
|
|
8. |
Regular Expressions Tutorial
-
A tutorial and reference for many popular regular expression flavors used by programming languages like Perl, PHP, Java, C# and VB.NET as well as a description of general tools like PowerGREP and EditPad.
|
|
|
9. |
Regular Expressions Tutorial at Zvon
-
A tutorial with many examples which can be downloaded for off-line use.
|
|
|
10. |
Seeing With C - Regular Expressions
-
A writeup on regular expressions connecting the math. and the CS views to regular expressions.
|
|
|
11. |
Unicode Regular Expression Guidelines
-
Unicode Technical Report #18: This document describes guidelines for how to adapt regular expression engines to use Unicode.
|
|
|
12. |
Using Regular Expressions
-
Good overview of regular expression operators, although some features described might not be available in your implementation.
|
|
|
13. |
GNU awk User's Guide - Regular Expressions
-
Documentation of the Regular Expression syntax used in GNU Awk.
|
|
|
14. |
grep - Regular Expressions
-
Documentation of the Regular Expression syntax used in GNU grep.
|
|
|
15. |
MSDN .NET Regular expressions
-
MSDN documentation on .NET regular expressions.
|
|
|
16. |
Programming in Emacs Lisp - Regular Expression Searches
-
Documentation of the Regular Expression syntax used in Emacs Lisp.
|
|
|
17. |
Regular Expression Quick Reference
-
Tried and tested, single sheet quick reference card for regular expressions. [PDF file]
|
|
|
18. |
Regular Expressions
-
A brief and general introduction.
|
|
|
19. |
Regular expressions
-
An introduction from a University course.
|
|
|
20. |
Regular Expressions in ne (Nice Editor)
-
A description of the regular expression support in ne (Nice Editor).
|
|
|
21. |
Regular expressions in UNIX (Spring 1995)
-
Slightly inaccurate (mixes in glob patterns and calls them "shell regular expressions") but otherwise a good concise summary of plain vs extended regular expressions.
|
|
|
22. |
Regular Expressions: An Introduction
-
An essential guide to one of the most useful tools in the web development: regular expressions.
|