July 1999
Intermediate to advanced
502 pages
19h 52m
English
reg_search
$partial_string = reg_search($expression, $string); $partial_string = reg_search($expression, $string, $array);
Identical to ereg except that the portion of
string after the first match is returned. If there
is no match, the function returns an empty string. This function is
included only for backwards compatibility with older versions of PHP.
Read now
Unlock full access