Visit the Official PHP Website

Search this Site

PHP Programming

By James N Hitz

PHP Regular Expressions' Functions

As we had earlier stated, there are a few functions built into PHP to be used for manipulating regular expressions. In our discussion we'll deal with with 3 of them. These are:

  1. preg_match()
  2. preg_replace()
  3. preg_split()

Get Ready, Set, Go...

<< Creating RegExps | What are Regular Expressions >>

JamHitz Productions