Replace String function
The Replace String function replaces individual characters or a string with other individual characters or string.
Parameter: input
The string to search for characters to be replaced. The value for this parameter can be provided by a source node, the result of another function, or a value you specify.
Parameter: pattern
A regular expression pattern that needs to be replaced. The value for this parameter can be provided by a source node, the result of another function, or a value you specify.
Parameter: replace
Any substring within the input that matches the pattern will be replaced with the Replace String. The value for this parameter can be provided by a source node, the result of another function, or a value you specify.
Returns: string
The result of replacing all occurrences of pattern that are found in the first parameter (input) with the matching string in the second parameter (pattern).
Example

The runtime result of running this function is the following string:
Replaceeeee