Skip to content

String Replace

Pure

Replaces all occurrences of a substring with another string.

Pure Function
Yes

Execute Inputs

Execution

INPUT

Execution Input.

Data Inputs

Input

INPUT

The original string.

Find

INPUT

The substring to find.

Replace

INPUT

The replacement string.

Data Outputs

Result

OUTPUTstring

The resulting string after replacement.

Multiple

Settings

Replace First Only

BOOLEAN

If true, replaces only the first occurrence of the target string.

Default: false

Allow Regex

BOOLEAN

If true, the 'Find' input is interpreted as a regular expression pattern instead of a literal string.

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing