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

DevShed: Programming PHP - A Beginner's Guide

WorkingSoftware.com.au: Something Like Threading- PHP Process Forking & Interprocess Communication

DevShed: Working with Multiple Template Files to Separate Logic from Presentation (Part 3)

Zend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5

DeveloperTutorials: Desktop Application Development with PHP-GTK


Community Events











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


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

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