Regex Validator Schema Properties
Validates that a text answer matches a regular expression pattern.
Element type: regexvalidator
Properties: 4
Category: Validators
General
Section titled “General”caseInsensitive
Section titled “caseInsensitive”- Type:
boolean - Default:
—
Specifies whether uppercase and lowercase letters must be treated as distinct or equivalent when validating values.
notificationType
Section titled “notificationType”- Type:
string - Default:
"error" - Allowed values:
error,warning,info
Specifies the type of notification shown to users.
- Type:
string - Default:
—
A regular expression used to validate values.
- Type:
string - Default:
— - Localizable: Yes
An error message to display when a value fails validation.