Qafoo GmbH - passion for software quality ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Tobias Schlitt :Date: Thu, 13 Feb 2014 06:35:17 +0100 :Revision: 2 :Copyright: All rights reserved ==================================== Black Magic with Regular Expressions ==================================== :Keywords: regular expressions, pcre, backtracking, atomic groups, quanitifier, greedy, modifier, character class, patter, sub pattern, grouping, assertions, anchors, presentation, Zend Webinar - November :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 … 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. Watch online ------------ .. image:: /images/talks/12_11_zend_webinar_black_magic_with_regular_expressions/slide_0.png#157 :class: slides `Download PDF`__ __ /talks/12_11_zend_webinar_black_magic_with_regular_expressions.pdf