ReplaceAll (String str, String lookFor, String replaceWith)
Example:
In this example, we are passing the required parameters from the Variables object to the function transformation object.
Where,
str = ABCDE
lookFor = DE
replaceWith = GH
Right-click on the function transformation object and select Preview Output. You can see that characters 'DE' have been replaced by 'GH'.