[RegularExpression]

validation error codes

  • 1221565130

Properties

implementationClassName

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.RegularExpression.implementationClassName
Data type
string
Needed by
Frontend
Mandatory
Yes
Default value (for prototype ‘standard’)
1
2
RegularExpression:
  implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\RegularExpressionValidator
Good to know
Description
Classname which implements the validator.

options.regularExpression

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.RegularExpression.options.regularExpression
Data type
string
Needed by
Frontend
Mandatory
Yes
Default value (for prototype ‘standard’)
undefined
Description
The regular expression to use for validation, used as given.

formeditor.iconIdentifier

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.RegularExpression.formEditor.iconIdentifier
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value (for prototype ‘standard’)
1
2
3
4
RegularExpression:
  formEditor:
    iconIdentifier: t3-form-icon-validator
    label: formEditor.elements.TextMixin.editor.validators.RegularExpression.label
Description
An icon identifier which must be registered through the \TYPO3\CMS\Core\Imaging\IconRegistry. This icon will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the validator is selected.

formeditor.label

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.RegularExpression.formEditor.label
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value (for prototype ‘standard’)
1
2
3
4
RegularExpression:
  formEditor:
    iconIdentifier: t3-form-icon-validator
    label: formEditor.elements.TextMixin.editor.validators.RegularExpression.label
Good to know
Description
This label will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the validator is selected.

formeditor.predefinedDefaults

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.RegularExpression.formEditor.predefinedDefaults
Data type
array
Needed by
Backend (form editor)
Mandatory
No
Default value (for prototype ‘standard’)
1
2
3
4
5
RegularExpression:
  formEditor:
    predefinedDefaults:
      options:
        regularExpression: ''
Description
Defines predefined defaults for validator options which are prefilled, if the validator is added to a form element.