ZregexMatch

Returns true if the text matches the given regular expression pattern.

Syntax

ZregexMatch{text;pattern}

Arguments

NameTypeRequiredDefault
textstringYes-
patternstringYes-

Example

ZregexMatch{hello123;[a-z]+\d+}