News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Alexey Zakhlestin's Blog:
Ode to mb_ereg functions
November 30, 2009 @ 14:38:52

Alexey Zakhlestin has written an ode to the mb_ereg functions - a set of regular expression based functions that are more than just for unicode strings:

There is a common misunderstanding, that mb_ereg_* functions are just unicode counterparts of ereg_* functions: slow and non-powerful. That's as far from truth as it can be. mb_ereg_* functions are based on oniguruma regular expressions library. And oniguruma is one of the fastest and most capable regular expression libraries out there. Couple of years ago I made a little speed-test.

He talks about some of the options you can give it (ignore case, find-longest, multiline) and modes (grep, java, perl, etc). A few code examples are also included.

0 comments voice your opinion now!
mbereg function example




Community Events





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


language interview introduction component test community development opinion podcast application series custom api phpunit release conference extension framework symfony2 unittest

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