Daily Archives: August 24, 2009

Getting Started with PHP Regular Expressions

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.

Posted in PHP | Comments Off