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 ...