preg_match
function call:
int preg_match( string $pattern, string $subject, array &$matches [, int $flags [, int $offset]] )
description:
Searches $subject for all matches to the regular expression given in $pattern and puts them in $matches in the order specified by $flags.
test preg_match online:
int preg_match( string $pattern, string $subject, array &$matches [, int $flags [, int $offset]] )
description:
Searches $subject for all matches to the regular expression given in $pattern and puts them in $matches in the order specified by $flags.
test preg_match online: