alphanumeric¶
Checks if the submitted value only has the characters a-z, A-Z or 0-9.
allowWhiteSpace¶
- Description:
- See general information for allowWhiteSpace.
error¶
- Description:
- See general information for error.
- Default:
- local language:”The value contains not only alphanumeric characters”
message¶
- Description:
See general information for message.
For this specific rule the default message consists of two parts, the second one will only be added when allowWhiteSpace is set. This functionality is not possible when defining an own message as shown below.
- Default:
- local language:”Use alphanumeric characters(, whitespace allowed)”
showMessage¶
- Description:
- See general information for showMessage.
[tsref:(cObject).FORM->rules.alphanumeric]