News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
PCRE Regex Word Matching "w" vs "a-zA-Z0-9_"
December 28, 2009 @ 09:41:21

Padraic Brady has posted about an issue he noticed when working with regular expressions and the "word" character type to find something that's alpha-numeric (including an underscore):

You can find the "word" generic character type used in a lot of PHP code including the Zend Framework. The problem is that the assumption above is incorrect. Now, most of the time these act identically because PHP is compiled using its own packaged PCRE library. However, I've seen more than once systems where this is not the case. Usually in some non-English capacity where additional locale support was considered necessary or standard practice.

The problem comes when PHP is compiled against a custom PCRE library, making it more locale-aware. He gives instructions on how to get this to a testable state on your environment (using an updated PREC library) and get it working for characters in French, like the accented "a" or "e".

0 comments voice your opinion now!
pcre regularexpression locale french


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: The ABC's of PHP - Part 10 - The Final Installment (XML & Regex)

Antony Dovgal's Blog: 5.3 snapshots are available

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

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

SitePoint PHP Blog: Hot PHP UTF-8 tips


Community Events









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


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

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