- Property Manager name: Regex
- Criteria version: The
latest
rule format supports theregularExpression
criteria v1.0. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Matches a regular expression against a string, especially to apply behaviors flexibly based on the contents of dynamic variables.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchString | string (allows variables) | The string to match, typically the contents of a dynamic variable. | {"displayType":"string","tag":"input","type":"text"} | |
regex | string | The regular expression (PCRE) to match against the string. | {"displayType":"string","tag":"input","type":"text"} | |
caseSensitive | boolean | Sets a case-sensitive regular expression match. | {"displayType":"boolean","tag":"input","type":"checkbox"} |