Skip to content

Format

Verify text format with regular expressions.
Use OutSystems' Text API/Regex_Search for regular expression matching.

Parameters

FormatTypeId
Specify with / withoutg
Pattern
Regular expression pattern used in validation
IgnoreCase
IgnoreCase option to use with regular expressions
MultiLine
Multiline option to use with regular expressions
SingleLine
SingleLine option to use with regular expressions
Message
Custom error message

Method of verification

With

Verify that it matches the text format.

Default error message:

${attr} is invalid.

Without

Verify that it does not match the text format.

Default error message:

${attr} is invalid.