CLEANSuggest EditsReturns the text with the non-printable ASCII characters removed. Parameters text String (required) - The text whose non-printable characters are to be removed. Returns String Examples CLEAN('Test' + CHAR(31)) // returns "Test" Updated almost 2 years ago Did this page help you?YesNoTable of Contents Parameters Returns Examples