s
menu
menu
Login  |  Register  |  Media Kit  |  Press  |  Site Map  |  Contact Us Digg It! Post to Del.icio.us Bookmark using any social bookmark manager!  Increase font-sizeDecrease font-sizeRestore default font-sizes



Regular Expressions Resource Center
Regular Expressions In Python
Regular Expression HOWTO
http://www.amk.ca/python/howto/regex
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.
Regular Expressions: The Complete Tutorial
http://www.amazon.com/Regular-Expressions-Complete-Jan-Goyvaerts/dp/1411677609/ref=sr_1_7/104-7417785-3164700?ie=UTF8&s=books&qid=1192824111&sr=1-7
Regular Expressions: The Complete Tutorial, by Jan Goyvaerts (March 2006). Discusses what grep is, PowerGREP, RegexBuddy, EditPad Pro, using regular expressions in Delphi, using regular expressions in Java, using regular expressions with JavaScript and ECMAScript, using regular expressions with the Microsoft .NET Framework, the PCRE open source Regex Library, Perl’s rich support for regular expressions, Python’s re module, using regular expressions with Ruby, VBScript’s regular expression support, how to use regular expressions in Visual Basic, basic syntax reference, advanced syntax reference, syntax reference for specific Regex flavors, and a Unicode syntax reference.
Regular Expression Pocket Reference
http://www.amazon.com/Regular-Expression-Pocket-Reference-Expressions/dp/0596514271/ref=pd_bbs_sr_2/104-7417785-3164700?ie=UTF8&s=books&qid=1192824111
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET,” by Tony Stubblebine (July 2007). Discusses Regexes, pattern matching, metacharacters, modes, constructs, Unicode support, Perl 5.8, the java.util.regex, .NET and C#, PHP, Python, Ruby, JavaScript, PCRE, Apache web server, vi editor, and shell tools.
foot
Update :: July 06, 2008