Match
The Match function returns true when the first parameter completely matches the string defined by the regular expression in the second parameter.
Return type
The function return type is: BOOLEAN
Function parameters
| Parameter order | Input variable type | Parameter data type | Required parameter | Description |
|---|---|---|---|---|
| 1 | Data field | STRING | Yes | The data field to be matched with the regular expression. |
| 2 | Constant | REGEX | Yes | The regular expression used to match with the string in the first parameter. |