PurgeChar - script and chart function
PurgeChar() returns a string consisting of the characters contained in the input string ('text'), excluding any that appear in the second argument ('remove_chars').
Syntax:
PurgeChar(text, remove_chars)
Return data type: string
Arguments:
Argument | Description |
---|---|
|
The original string. |
|
A string containing the characters in |
Return data type: string
See also:
Thanks for helping us improve!