Categories

Updated: 04/02/2007

Using Regular Expressions with PHP

Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.
©2003-2019 jCay.com