regularExpression


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"}