Regex Is Match
Indicates whether the regular expression finds a match in the input string.

Properties#

General Properties#
See General Properties.
Misc#
- Display Name See Misc.
- Input The string to search for a match.
- Pattern The regular expression pattern to match.
- Regex Options The enumeration values that provide options for matching.
- Result True if the input string is a match, false otherwise. It can be set to a variable of type string that can be created under Variable tab at the bottom of the screen.
Out Error#
See Out Error.