NAME
pcre_match() - regular expression handler
SYNOPSIS
mixed pcre_match(string|string *lines, string pattern, void|int flag);
DESCRIPTION
analog with regexp efun for backwards compatibility reasons but utilizing
the PCRE library.
SEE ALSO
regexp(3)