preg_match
Definition
int preg_match ( string $pattern , string $subject [, array &$matches [, int $flags [, int $offset ]]] )
Description
Searches subject for a match to the regular expression given in pattern.
int preg_match ( string $pattern , string $subject [, array &$matches [, int $flags [, int $offset ]]] )
Searches subject for a match to the regular expression given in pattern.