Regex Replace

Replace strings that match a regular expression pattern with a specified replacement string.

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. Replacement The string to be replaced in the input.
  6. Result The resulting string after replace.

Out Error#

See Out Error.