Skip to main content

Replace

Description

This activity replaces the strings that match with regular expression pattern with a specified replacement string.

Properties

Input

  • Input – Specify the input string to search for matches.
  • Pattern – The regular expression pattern to match.
  • Regex Option – A bitwise combination of the enumeration values that specify options for matching. Here is the list of specific.

Missing value

  • Replacement – Specify the replacement string.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
  • Result – It displays the new string created with a replacement string that matches.

Example

Download Example