preg_match
preg_match
(PHP 4, PHP 5, PHP 7)
preg_match — Perform a regular expression match
Description
int preg_match ( string $pattern , string $subject [, array &$matches [, int $flags = 0 [, int $offset = 0 ]]] )
Searches subject
for a match to the regular expression given in pattern
.
Parameters
-
pattern
-
The pattern to search for, as a string.
-
subj