DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

regexp

Checks if the submitted value matches your own regular expression, using PHP function preg_match().

element

Description:
See general information for element.

error

Description:
See general information for error.
Default:
local language:"The value does not match against pattern"

expression

Property:
expression
Data type:
string
Description:
The submitted value needs to match the expression, given in your pattern.

message

Description:
See general information for message.
Default:
local language:"Use the right pattern"

showMessage

Description:
See general information for showMessage.

[tsref:(cObject).FORM->rules.regexp]