News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Mastering regular expressions in PHP, Part 1
January 04, 2008 @ 15:08:00

The IBM developerWorks website has posted the first part of a series they've created to help PHP developers become more informed about what regular expressions are and how they can harness their power for their applications.

Pattern matching is such a common chore for software that a special shorthand '" regular expressions '" has evolved to make light work of the task. Learn how to use this shorthand in your code here in Part 1 of this "Mastering regular expressions in PHP" series.

In this first part of the series, they look at the basics - the idea behind regular expressions, some of the common operators, the PHP functions to use them and example of how to use them to match/split out strings and capture just the data you need from the given input.

0 comments voice your opinion now!
regular expression function series introduction operator regular expression function series introduction operator


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Caching, YQL, and Regular Expressions

PHPBuilder.com: Review: Rapid PHP 2007

Felix Geisendorfer's Blog: Validating the cleaned output of HtmlHelper::dateTimeOptionTag()

php|architect: Webcast: Phactory

IBM developerWorks: Mastering regular expressions in PHP, Part 1


Community Events











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


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

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