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

PHPFreaks.com: PCRE Regex Spotlight: \K

Stoimen Popov's Blog: preg_match Give Names to the Matches

PHP Security Blog: Holes in most preg_match() filters

DevShed: Paginating Result Sets for a Search Engine Built with MySQL and PHP 5

Nick Halstead's Blog: PHP Competition Results - Third Place (Karol Grecki)


Community Events









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


release functional language interview code opinion introduction development example composer testing tool community event zendframework2 framework object podcast api unittest

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