docsFunctionsStringZregexMatchZregexMatch Returns true if the text matches the given regular expression pattern. Syntax ZregexMatch{text;pattern} Arguments NameTypeRequiredDefaulttextstringYes-patternstringYes- Example ZregexMatch{hello123;[a-z]+\d+}ZpadRightZregexReplace