CLEANReturns 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 JavaScriptCLEAN('Test' + CHAR(31)) // returns "Test"Updated 4 months ago CHOICEVALUESCOALESCEDid this page help you?YesNoCopy PageParametersReturnsExamples