Workspace 6.21.5
ReplaceString

Takes an input string and substitutes all instances of a substring with a replacement string. Equivalent of a string replace function.

  • Default label: "Replace string"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin/String
Inputs:
Use regular expression matchingboolIf enabled, the operation will replace all substrings that match a regular expression, rather than a literal substring. The regular expression should be entered in the Substring to match input.
Substring to matchQString

Replacement substringQStringThe string to use as a replacement of the matched substring.
Input stringQString

Outputs:
StringQString