Regex Is Match

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

WriteLine Designer

Properties#

WriteLine Properties

General Properties#

See General Properties.

Misc#

  1. Display Name See Misc.
  2. Input The string to search for a match.
  3. Pattern The regular expression pattern to match.
  4. Regex Options The enumeration values that provide options for matching.
  5. 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.