LibreOffice 25.2 Help
인쇄할 수 없는 모든 문자가 문자열에서 제거됩니다.
CLEAN("Text")
Text는 인쇄불가능한 모든 문자를 제거하기 위한 텍스트를 참조합니다.
=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.