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}
Have an answer to this question?
Log in
and write your answer.