News Feed
Jobs Feed
Sections




News Archive
Stoimen Popov's Blog:
preg_match Give Names to the Matches
July 06, 2010 @ 11:01:48

In a quick post to hos blog today Stoimen Popov points out a handy feature of the preg_match function in PHP (in PHP 5.2.2 and higher) to be able to name the results of the regular expression match.

In PHP 5.2.2+ you can name the sub patterns returned from preg_match with a specific syntax. [...] This is extremely helpful, when dealing with long patterns. [...] Although it may look difficult to maintain, now you can simply name the sub patterns of preg_match and to call them with their associative array keys. This is more clear when writing code and it's definitely more maintainable.

The key is to use a special syntax as a part of the expression's pattern. This replaces the numeric keys of the matches with values you define, making it simpler to use the results (instead of having to work with numbers that don't match much of anything). Code and expression examples are included.

0 comments voice your opinion now!
named result match pregmatch regularexpression


blog comments powered by Disqus

Similar Posts

Community News: Yahoo! Launches SearchMonkey (Search Platform)

Padraic Brady's Blog: PCRE Regex Word Matching: "\w" vs "a-zA-Z0-9_"

Community News: XAMPP Usage Survey Results Posted

Chris Jones' Blog: Oracle 11g Result Caching and PHP OCI8

Chris Jones' Blog: More on PHP and Oracle 11gR2 Improvements to Client Result Caching


Community Events











Don't see your event here?
Let us know!


functional unittest podcast rest symfony2 series interview introduction framework conference testing database opinion release language zendframework2 usergroup development community phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework