News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
How Regular Are Your Expressions (The ABC's of PHP, Part 9)
May 20, 2009 @ 11:51:13

On PHPBuilder.com there's a new installment in their "ABCs of PHP" series posted - a look at working with regular expressions.

We've looked at strings, and numbers and all sorts of types of data, but we've not yet seen how to do something really important, and that's to look for and pull interesting parts out of the data we have, to do that where going to use some magic from the Perl world called "Regular Expressions".

They start simple by looking at what regular expressions are and how they work to match portions (or all) of a string. Thankfully, they chose to go with the preg_* functions (like preg_match and friends) for their matching over the ereg_* functions. They talk about direct matches, wildcards and partial matching.

0 comments voice your opinion now!
beginner tutorial expression regular


blog comments powered by Disqus

Similar Posts

PHP-GTK Community Site: Add icons to GtkMenu

Anthony Ferrara: Iterators - Programming With Anthony

Henrik Bjørnskov's Blog: Travis & Composer sitting in a tree K-I-S-S-I-N-G

NETTUTS.com: Organize Your Next PHP Project the Right Way

PHPBuilder.com: Using Ajax with PHP to Create an Interactive Web Page


Community Events











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


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

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