match

Description Syntax Parameters Returns Example
Regular expression match. match(variable, regexStr) variable: Variable to match

regexStr: Regular Expression true — if first operand matches second operand.

false — if first operand does not match second operand.

match(GTIN,'/^\\d{14}$/’)