News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


podcast custom language extension unittest series opinion introduction release symfony2 community interview application test security conference development framework api phpunit

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