Regex Matches

Searches an input string for all occurrences of a regular expression and returns all the matches.

WriteLine Designer

Properties#

WriteLine Properties

General Properties#

See General Properties.

Misc#

  1. Display Name See Misc.
  2. Input The string to search for all match.
  3. Pattern The regular expression pattern to match.
  4. Regex Options The enumeration values that provide options for matching.
  5. Result The match collection.

Out Error#

See Out Error.