...
Following is a list of pre-defined formatformats:
Format | Description |
---|---|
| No input validation. Any text is acceptable. |
| The field under validation must be entirely alphabetic characters. |
| The field under validation may have alpha-numeric characters, as well as dashes and underscores. |
| The field under validation must be numeric and limited to 9 numbers. |
| The field under validation must be entirely alpha-numeric characters. |
| The field under validation must be formatted as an e-mail address. |
| The field under validation must be a valid date according to the |
| The field under validation must be a valid URL. |
| The field under validation must be an IP address. |
| The field under validation must be an IPv4 address. |
| The field under validation must be an IPv6 address. |
| The field under validation must be a valid MAC address. |
| The field under validation must be able to be cast as a boolean. Accepted input inputs are true, false, 1, 0, "1", and "0". |
| This field allows you to use a regex expression for validation. It should start with |