PurgeChar - script and chart function
PurgeChar() returns a string containing all the characters in the input string except for any characters in the second argument string.
Syntax:
PurgeChar(text, remove_chars)
Return data type: string
Arguments:
| Argument | Description |
|---|---|
| text | The original string. |
| remove_chars | A string containing the characters in text to be removed. |
Return data type: string