Appboard/2.4/builder/match regular expression: Difference between revisions

imported>Mike.berman
(create page for AppBoard 2.4)
 
imported>Jason.nicholls
No edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:Match Regular Expression}}
{{DISPLAYTITLE:Match Regular Expression}}
[[Category:AppBoard 2.4]]
== Match Regular Expression Filter Rule ==
== Match Regular Expression Filter Rule ==



Latest revision as of 09:33, 14 December 2013

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.