regular_expression
- Property Manager name: Regex
- Criteria version: The
v2024-08-13
rule format supports theregular_expression
criteria v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Matches a regular expression against a string, especially to apply behaviors flexibly based on the contents of dynamic variables.
Option | Type | Description | Requires | |
---|---|---|---|---|
match_string | 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"} | |
case_sensitive | boolean | Sets a case-sensitive regular expression match. | {"displayType":"boolean","tag":"input","type":"checkbox"} |
Updated 17 days ago