LibreOfficeDev 25.2 Help
Alle niet-afdrukbare tekens worden uit de tekenreeks verwijderd.
WISSEN.CONTROL("Tekst")
Tekst verwijst naar de tekst waaruit alle niet-afdrukbare tekens moeten worden verwijderd.
=LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & CHAR(8))) returns 16, showing that the CLEAN function removes the non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the beginning and end of the string argument. CLEAN does not remove spaces.