| Regular Expressions In PHP | |
|
| | Mastering Regular Expressions, by Jeffrey Friedl (August 20060. Discuses solving real problems, regular expressions as a language, metacharacters, matching text with regular expressions, modifying text with regular expressions, regular expressions features, mechanics of expression processing, practical Regex techniques, crafting an efficient expression, Perl, Java, .NET, and PHP. | http://www.amazon.com/Mastering-Regular-Expressions-Jeffrey-Friedl/dp/0596528124/ref=pd_bbs_sr_1/104-7417785-3164700?ie=UTF8&s=books&qid=1192824111&sr
|
|
| | "Regular Expressions and Validation," from new earth Online. Discusses what regular expressions are, how to specify quantity in a pattern, pattern matching, using parentheses, basic matching, special characters, groups, using the backslash character, escape characters, anchors and string replacement, modifiers, validating datatypes, telephone numbers, dates, website URLs, email addresses, RegExp in languages (PHP and JavaScript). | http://www.newearthonline.co.uk/index.php?page=article&article=161
|
|
| | "Using Regular Expressions with PHP," from WebCheatSheet.com. Discusses what regular expressions are, what regular expressions are used for, the basics of regular expressions, metacharacters, matching patterns (preg_match), replacing patterns (preg_replace), and array processing. | http://www.webcheatsheet.com/php/regular_expressions.php
|
|
| | "Regular Expressions in PHP," by Matt Wade. Discusses regular expressions in PHP, basic syntax, simple matching, beginning and end of strings, repetition operators, bounds, parentheses, brackets, the OR operator, and usage examples. | http://www.zend.com/zend/spotlight/code-gallery-wade5.php
|
|
| | 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. | 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
|
| |
| |
|
| | Tutorial: "Using Perl Compatible Regular Expressions with PHP," by Patrick Delin. Discusses terms and their definitions, Perl Compatible Regular Expressions (PCRE) syntax, how scripts work, a script overview, email validation, and code flow. | http://devzone.zend.com/node/view/id/1247
|
|
| | "PHP Tutorials: Introduction to Regular Expressions," from Tips 'n' tutorials. Discusses what regular expressions are, searching for an exact text phrase, start and end text, multiple characters, OR operator, wild character, bracket expressions, excluding characters, escaping regular expression characters, and retrieving text using preg_match. | http://www.tipsntutorials.com/tutorials/php/50
|
|
|
| |
 |
|