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

DevShed: Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

DevShed: Utilizing the LIMIT Clause with the Active Record Pattern

Hasin Hayder's Blog: Facebook data storage api can really be the replacement of memcache

DevShed.com: The Singleton and Factory Patterns in PHP - Building a Form Generator Class

Label Media Blog: Design Patterns in PHP - Strategy Pattern


Community Events











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


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

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