See also:
grep - Regular Expressions Documentation of the Regular Expression syntax used in GNU grep. http://www.gnu.org/software/grep/doc/grep_7.html
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. http://chaos4.phy.ohiou.edu/~thomas/ref/info/rx/Top.html
Regex on Pete Freitag's Blog The basics of using regular expressions with ColdFusion's REFind, and REReplace functions. http://www.petefreitag.com/tag/regex
Regular Expression HOWTO Detailed HowTo documentation about regular expressions usage in combination with the Phyton programming/scripting language. http://www.amk.ca/python/howto/regex/regex.html
Regular Expressions A brief and general introduction. http://www.ipgp.jussieu.fr/~choi/LGM/UNIX/regex.html
Regular expressions An introduction from a University course. http://www.seas.upenn.edu/~cit596/notes/dave/regexp0.html
Regular Expressions: An Introduction An essential guide to one of the most useful tools in the web development: regular expressions. http://www.digitalamit.com/article/regular_expression.phtml
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. http://www.regular-expressions.info/
Unicode Regular Expression Guidelines Unicode Technical Report #18: This document describes guidelines for how to adapt regular expression engines to use Unicode. http://www.unicode.org/unicode/reports/tr18/
Using Regular Expressions Good overview of regular expression operators, although some features described might not be available in your implementation. http://www.landings.com/_landings/pages/regex.html