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]