Skip to main content

String Replace

This block replaces text inside a string.

Configuration

  • Input String: the string to work on.
  • Replace: the text to find. Leave blank to replace the entire input string.
  • With: the replacement text.

Connections

  • Result: executed after the replacement. The resulting text is available to the following blocks as result_str.

Every occurrence of the searched text is replaced. A search text that is not found leaves the input string unchanged.

See also String Index Of