The following examples are shown concretely:
- Excluding specific characters or words
- English date format validation
- Date and time validation
- Dutch zip code validation
- Numbers with a dot as the decimal separator
The configuration of the validator can be found under Constraints > Datatype > regular expression. Here you will find two fields, "Regexp" and "Error message". Enter the regular expression in the first field, and an error message in the second field. The error message is shown when the user enters invalid data that does not match the regular expression. Further information is available here.