RemoveChars (String str, String charsToRemove)

Example

In this example, we have are passing the required parameters using a Variables object where:

str = ABCDEFGH

charsToRemove = ABC

Right-click on the function transformation object and select Preview Output. You can see that the specified characters in charsToRemove have been removed.