Regex Validator
Checks if the provided value is matching the regex that is set for the specific field. For example you can check the Phone and Email Validators. They are working on the same principle. For this validator we are to provide the regex by which it will do the validations in the developer_settings
field of the form field as RegexValidatorPattern
Default error message:
Value does not match the request pattern.