CLEAN(string)
CLEAN cleans the string from any non-printable characters.
CLEAN("one"\&char(7)) equals "one".