How can I use regular expression (RegEx)?
The regular expressions can be used in String properties. For example, let's define a zip code validation. Zip code must be 5 characters length decimal. Use the following expression to validate this rule.
Regular expression:
\d{5}