Function Block STR_REPLACE

The function block STR_REPLACE searches for each substring in a string and replaces it.

Note: This function is Binary-Safe. This means that UTF8 characters cannot be processed directly.

Input STR

The input defines the string to be processed.

Input SEARCH

The input defines the part of the string to search for.

Input REPLACE

The input defines the string after which all found parts of the string are replaced.

Output

The output returns the replaced string.