Skip to content

Regex Validator Schema Properties

Validates that a text answer matches a regular expression pattern.

Element type: regexvalidator Properties: 4 Category: Validators


  • Type: boolean
  • Default:

Specifies whether uppercase and lowercase letters must be treated as distinct or equivalent when validating values.

  • 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.