scrubControlChars
scrubControlChars
scrubControlChars(str: string): string
Returns a new string with all control characters removed.
Doesn't remove characters from input string.
Parameters
Parameter | Type | Notes |
---|---|---|
str | string | the string to scrub |
Returns
string