Difference between revisions of "Manuals/calci/CLEAN"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''CLEAN'''(Text) where, '''Text''' - is any text from which to remove nonprintable characters. </div> --...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''CLEAN(text)'''</div><br/> |
+ | *text is any string to remove non-printable characters. | ||
− | + | ==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.. | ||
− | + | ==Example== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| id="TABLE3" class="SpreadSheet blue" | {| id="TABLE3" class="SpreadSheet blue" | ||
|- class="even" | |- class="even" | ||
− | + | ! CLEAN("�ZCubes�") | |
− | + | ! �ZCubes� | |
− | + | ! ZCubes | |
− | + | ||
− | | | + | |- |
|- class="odd" | |- class="odd" | ||
− | | | + | |CLEAN(B5) |
− | + | |ஸtrial� | |
− | | | + | |trial |
− | | | + | |
− | |||
|- class="even" | |- class="even" | ||
− | | | + | | CLEAN(nb) |
− | | | + | |89 |
− | + | |Y | |
− | | | + | |
− | |||
− | |||
|- class="odd" | |- class="odd" | ||
− | | | + | |CLEAN("†††cross†††") |
− | + | |†††cross††† | |
− | + | |cross | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/CHAR| CHAR]] | |
+ | *[[Manuals/calci/CODE| CODE]] | ||
+ | |||
+ | ==References== | ||
+ | [http://en.wikipedia.org/wiki/ASCII ASCII Values] | ||
+ | [http://web.itu.edu.tr/~sgunduz/courses/mikroisl/ascii.html Printable & Non-printable Characters] |
Revision as of 00:51, 21 November 2013
CLEAN(text)
- text is any string to remove non-printable characters.
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..
Example
CLEAN("�ZCubes�") | �ZCubes� | ZCubes |
---|---|---|
CLEAN(B5) | ஸtrial� | trial |
CLEAN(nb) | 89 | Y |
CLEAN("†††cross†††") | †††cross††† | cross |