Difference between revisions of "Manuals/calci/CLEAN"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''CLEAN( | + | <div style="font-size:30px">'''CLEAN(Text)'''</div><br/> |
− | *<math> | + | *<math>Text</math> is any string to remove non-printable characters. |
+ | **CLEAN(),removes all nonprintable characters from text. | ||
==Description== | ==Description== |
Revision as of 15:56, 9 August 2018
CLEAN(Text)
- is any string to remove non-printable characters.
- CLEAN(),removes all nonprintable characters from text.
Description
- It removes all non-printable characters from text entered.
- Printable characters are from ASCII values 32 to 127
- CLEAN function remove all other characters other that ASCII values 32 to 127..
=CLEAN("�ZCubes�") gives the result ZCubes
Example
CLEAN("text") | text | Result |
---|---|---|
CLEAN("�ZCubes�") | �ZCubes� | ZCubes |
CLEAN(nb) | 89 | Y |
CLEAN("†††cross†††") | †††cross††† | cross |
CLEAN(B5) | ஸtrial� | trial |
Related Videos
See Also
References