This is an old revision of the document!


MATCHES

Returns 'Yes' if the specified string matches the specified regular expression

Attribute of the Plain Text type or string constant or calculation producing text and a regular expression

IF MATCHES (Customer.PhoneNo, '[0-9]') = 'No' THEN ... 
  • Last modified: 2022/09/13 18:12