News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Tokenization using regular expression sub patterns
January 18, 2008 @ 11:15:49

On the SitePoint PHP blog there's a new post from Harry Fuecks talking about a replacement method using token that works a bit better than the typical regular expression method.

Promtped by a real world example, one often-overlooked feature of most regular expressions engines is how subpatterns can useful to whip up tokenizers relatively easily. The problem? I needed to match the word any of the words "Canton", "Region" or "Group" in a string and perform a follow up action depending on which matched.

His ultimate solution used a set of preg_match generated tokens to do the replaces a bit more reliably. It also makes it easy for other scripts (like his Python example) to use them too.

0 comments voice your opinion now!
regularexpression pattern token replace


blog comments powered by Disqus

Similar Posts

Matthew Turland's Blog: The Configuration Pattern in Zend Framework

PHPBuilder.com: PHP and Regular Expressions 101

Ralph Schindler's Blog: PHP Constructor Best Practices And The Prototype Pattern

Matthew Weier O'Phinney's Blog: Rendering Zend_Form decorators individually

Zend Developer Zone: PHP in Action - Chapter 7, Design Patterns. Part - I


Community Events









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


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

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