| Regular Expressions Resource Sites | |
|
| | "Regular Expressions Reference: Basic Syntax," from Regular-Expressions.info. The chart is broken down by category including characters, character classes or character sets, dot, anchors, word boundaries, alternation, and qualifiers. For each entry in the chart the character is given, a description of what the character does, and an example is shown. | http://www.regular-expressions.info/reference.html
|
|
| | The RegExLib.com site is the Internet's first regular expressions library. The site has over 1800 expressions from more than a thousand contributors. Topics covered include identifying strings that do not confirm, parsing lines of C# source code, regex for cleaning up XML, sub-matches and more. | http://www.regexlib.com
|
|
| | "Writing Better SQL Using Regular Expressions," by Alice Rischert. Discusses what regular expressions are, using regular expressions with Oracle Database 10g, basic examples of regular expressions, the REGEXP_LIKE operator, the REGEXP_INSTR function, writing more complex patterns, the REGEXP_SUBSTR function, the REGEXP_REPLACE function, backreferences, the match parameter option, practical applications for regular expressions, and comparing regular expressions to existing functionality. | http://www.oracle.com/technology/oramag/webcolumns/2003/techarticles/rischert_regexp_pt1.html
|
| |
|
| | The Single UNIX Specification, Version 2, from The Open Group. Discusses regular expressions, regular expression definitions, general requirements, basic regular expressions, extended regular expressions, and regular expression grammar. | http://www.opengroup.org/onlinepubs/007908799/xbd/re.html
|
| |
|
|
| |
 |
|