CLEAN
Syntax:
CLEAN ( string )
Description:
Makes a string that is a copy of string with all so-called "non-printable" characters—those with internal values in the range U+
0000–001F—removed.
Arguments:
Name |
Type |
Description |
---|---|---|
string |
text |
Designate the string to be cleaned. |
Return Type and Value: text – The trimmed copy of string.
example: