Skip to content

pcre_match

NAME

pcre_match() - regular expression handler

SYNOPSIS

mixed pcre_match(string | string *, string, void | int);

DESCRIPTION

analog with regexp efun for backwards compatibility reasons
but utilizing the PCRE library.

SEE ALSO

regexp(3)