
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.
The input defines the string to be processed.
The input defines the part of the string to search for.
The input defines the string after which all found parts of the string are replaced.
The output returns the replaced string.