Appboard/2.4/builder/match regular expression
Match Regular Expression Filter Rule
This rule compares a value in a selected item to a regular expression. The rule is comprised of the following fields:
Field | Description |
---|---|
Property | Property name in the target Data Collection to perform the comparison against. |
Regular Expression | Regular Expression pattern to be used for the evaluation. |
Ignore Case | Specifies whether the regular expression ignores case sensitivity. |
Extended | Specifies whether to use extended mode for the regular expression. When set, white space characters in the regular expression pattern are ignored. This is done to allow for more readable patterns. |
Global | Specifies whether to use global matching for the regular expression. |
Multi-Line | Specifies whether the caret(^) and dollar sign($) in the regular expression match before and after new lines. |
DotAll | Specifies whether the dot character (.) in the regular expression pattern matches new-line characters. |