News Feed
Jobs Feed
Sections




News Archive
Jacob Santos' Blog:
The Sexy Filter Extension and Fear of Regex
July 26, 2006 @ 06:24:13

Jacob Santos has posted a new entry on his blog today with his own take on regular expressions and their collaboration with the Filter extension in PHP.

Regular Expressions are a powerful way to parse and evaluate strings. They can be fun sometimes, but there is rarely an indication of the reason why they fail.

I knew it would be satisfying, once I seen this (the Filter extension) in passing on the php.net site. It uses the procedural method, which I think fits perfectly. If you try to throw objects at a novice than most aren't likely to use what you give. It is really simple to use, so there is no longer any excuse for an developer to not be using it, if using PHP 5.2+.

He gives examples of email validation methods both with and without the Filter extension, making it abundantly clear which is easier - a simple call to filter_data validates with no muss or fuss.

0 comments voice your opinion now!
regular expression filtering extension php5 filter_data regular expression filtering extension php5 filter_data


blog comments powered by Disqus

Similar Posts

Zend: Extension Writing Tutorials - Resources (Part 3)

Leonid Mamchenkov's Blog: PHP regular expression to match English/Latin characters only

DevShed: Completing an Extensible Website Engine with PHP 5

Derick Rethans' Blog: Valgrinding shared modules

Daniel Cousineau's Blog: PHP, Mumbles (Growl), and DBus: Sweeet


Community Events











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


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

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