News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

PHPKitchen: Using Wordpress

Paul Reinheimer's Blog: Funcaday

LivePipe Blog: Complex Sorting with PHP

CodeUtopia Blog: Generic collections in PHP

Think-PHP Blog: Detect and fix security vulnerabilities on server side within seconds


Community Events











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


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

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