Functions

regMatch

Supported By

Syntax

[the] regMatch of ( expression , pattern )

regMatch ( expression , pattern )

Expression yields a string. Pattern yields a string describing a regular expression.

Description

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.

See Also

trMatch