Skip to main content Skip to complementary content

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:  

Arguments
Argument Description
text The original string.
remove_chars A string containing the characters in text to be removed.

Return data type: string

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!