Removes the appearance of one or more characters from a string.
0 |
String |
Characters to remove |
A string of individual characters to remove. |
1 |
String |
String to process |
The string to search for the characters to remove. |
2 |
String |
Resultant String |
The “string to process” after the “characters to remove” have been stripped out. |
None.
SUCCESS |
This command always succeeds. |
None.