| Regular Expressions Tutorials | |
|
| | Tutorial: "Regular Expressions (The Java™) Tutorials," from Sun Microsytems. Discusses text harness, string literals, character classes, predefined character classes, quantifiers, capturing groups, boundary matchers, methods of the Pattern class, methods of the Matcher class, methods of the PatternSyntaxException class, and additional resources. | http://java.sun.com/docs/books/tutorial/essential/regex/index.html
|
|
| | "Regular Expressions: Introduction to JavaScript," from Webreference.com. Discusses pattern matching and regular expressions, what you can do with regular expressions, how to use modifiers and matching operators, how to construct regular expressions, how to use backreferences, how to perform substitution commands, JavaScript regular expressions, defining regular expressions, using regular expression methods, create a general feedback form, and how to provide a workaround for older browsers. | http://www.webreference.com/js/column5
|
|
| | "Introduction to Regular Expressions (Scripting)," from the Microsoft Developer's Network. Discusses regular expressions concepts, the history of regular expressions, using regular expressions, syntax, building a regular expression, ordinary characters, special characters, non-printable characters, character matching, quantifiers, anchors, alternation and grouping, and backreferences. | http://msdn2.microsoft.com/en-us/library/6wzad2b2.aspx
|
| |
|
| | "An Introduction to Regular Expressions," by Uwe Keim. Discusses what regular expressions are, why use regular expressions, regular expression syntax basics, regular expressions in Perl, replacing a substring, meta characters, character classes, qualifiers, greedy, anchors, alternation, grouping, backreferences, and lookahead and lookbehind conditions. | http://www.codeproject.com/string/re.asp?df=100&forumid=1899&exp=0&select=913129&tid=912631
|
|
| | Blog: "Regular Expressions (RegEx) Tutorial," from the gery Hat SEO Blog. Discusses what regular expressions (regex) are, classes, the range operator, class repetition, backslash, repetition operator's specific characteristics, class dening, the period, the alternancy operator, anchors, groups, backreferences, and the question mark. | http://en.kerouac3001.com/regex-tutorial-8.htm
|
|
| | "Programmer's Guide to Regular Expressions," by David Anderson. Discusses what a regular expression (regexp) is, RegExp syntax, declaration, flags, regular expression patterns, escape special characters, quantifiers, pattern delimiters, lookaheads, alternation, character sets, special characters, literal characters, backreferences, character escapes, and regular expressions methods and usage. | http://www.javascriptkit.com/javatutors/redev.shtml
|
|
| | Tutorial: "Regular Expression HOWTO," by A. M. Kuchling. Simple patterns, matching characters, repeating things, using regular expressions, compiling regular expressions, the backslash plague, performing matches, module-level functions, compilation flags, metacharacters, grouping, non-capturing and named groups, lookahead assertions, modifying strings, splitting strings, search and replace, string methods, match vs. search, greedy vs. non-greedy, using vs. VERBOSE, and feedback. | http://www.amk.ca/python/howto/regex
|
|
|
| |
 |
|