Syntax:
CLEAN(text)
Removes all unprintable characters from the text string.
Example:
CLEAN(JOIN(CHAR(31), "some typing "))
would return the text string "some typing".
"some typing"
Added in 1.36.