News Feed
Jobs Feed
Sections




News Archive
Noupe.com:
Getting Started with PHP Regular Expressions
August 24, 2009 @ 07:59:10

Noupe.com has posted a new guide to getting started with regular expressions in PHP. Regular expressions can be one of the most powerful tools at your disposal when used correctly.

The main purpose of regular expressions, also called regex or regexp, is to efficiently search for patterns in a given text. These search patterns are written using a special format which a regular expression parser understands.

They cover some of the basics - special characters and some examples using them (like $, d, and *) - before getting into the preg_* functions in PHP. They also include some handy examples to validate things like US zip codes, email format validation and removing duplicated words in a section of text.

0 comments voice your opinion now!
regular expression tutorial preg


blog comments powered by Disqus

Similar Posts

DevShed: Searching and Replacing Nodes with SimpleXML in PHP 5 (Part 3)

Jason Gilmore's Blog: Thirteen Zend Framework Tutorials

php|architect: Using PHP5's SOAP Support

David Müller: Cross Domain AJAX Guide

Freeaqingme's Blog: PHP, JS & Service layers: Blend like never before


Community Events











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


introduction conference functional interview symfony2 language development phpunit series framework rest community opinion database usergroup release symfony testing podcast zendframework2

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