GuideReference
TrainingSupportCommunity
Reference

regular_​expression

  • Property Manager name: Regex
  • Criteria version: The v2024-01-09 rule format supports the regular_​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.

OptionTypeDescriptionRequires
match_​stringstring (allows variables)

The string to match, typically the contents of a dynamic variable.

{"displayType":"string","tag":"input","type":"text"}
regexstring

The regular expression (PCRE) to match against the string.

{"displayType":"string","tag":"input","type":"text"}
case_​sensitiveboolean

Sets a case-sensitive regular expression match.

{"displayType":"boolean","tag":"input","type":"checkbox"}