Black Magic with Regular Expressions
Description: Regular Expressions in PHP are an amazing tool, which can be used to validate input or extract information. Furthermore they are used inside of parsers to …
Keywords: regular expressions, pcre, backtracking, atomic groups, quanitifier, greedy, modifier, character class, patter, sub pattern, grouping, assertions, anchors, presentation, Zend Webinar - November
Black Magic with Regular Expressions
Regular Expressions in PHP are an amazing tool, which can be used to validate input or extract information. Furthermore they are used inside of parsers to provide lexing capabilities. stuff possible with PCRE: Named Subpattern, Greediness, Assertions, Unicode, Defines and more. sophisticated usages.