CLEAN

স্ট্রিং হতে সকল অমুদ্রণীয় অক্ষর অপসারণ করা হয়।

সিনট্যাক্স

CLEAN("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.