the
regMatch
of
(
expression ,
pattern )
regMatch
(
expression ,
pattern )
Expression yields a string
. Pattern yields a string describing a regular expression.
The regMatch
function returns true
if and only if the specified expression matches the regular expression specified by pattern.
Pattern is a regular expression. For a literal version of this function, see strcmp
or csStrcmp
.