| Validator Catalog Home | Docs Home |
ValidatorRegex reference
This is the regex validator implementation.
Here are the Default Validator Messages
| configuration entries reference | |
|---|---|
| Key | Description |
| regex | The regex used to check value. |
| Default | (no default, required) |
|---|---|
| Example | ^[a-zA-ZÀ-ž' \-\.,]*$ |
| error message key | error.regex |
| error message params |
0 - field label 1 - value 2 - info or regex |
| Since | 0.7.4.6 |