Skip to main content

Replace String Advanced

Activity Description

Returns a new text in which all occurrences of a specified phrase are replaced with another phrase.

Output

The new text.

Settings

  • Source String – The text in which the replaced phrase resides.
    Example: %ErrorMsg%
  • Find – The phrase to replace.
  • Replace – The new phrase.
  • Match Case – Check to match upper/lower case upon replacement.
  • Remove White Spaces – Check to remove blank spaces upon replacement.
  • Remove New Lines – Check to remove new lines upon replacement.
  • Remove Tabs – Check to remove tabs upon replacement.
  • Replace Original Variable – Replaces the value of the original workflow variable.