Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This activity replaces one or more occurrences of one string in another string with a specified replacement string.


Note
iconfalse
titleNote

Note: For best performance, we advise that you limit use of activities such as this to non-intensive parts of your solution.  In particular, you should avoid extensive string manipulations at a process orchestration level inside iterative parts of your solution.  Extensive string manipulation is usually a task best performed in compiled program code.

...