Difference between revisions of "Manuals/calci/REMOVENUMBERS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''REMOVENUMBERS(string)'''</div><br/> *<math>string</math> is the string from which numbers are to be removed. ==Description== *REMOVENUMBERS ...")
 
Line 20: Line 20:
 
==See Also==
 
==See Also==
  
 +
*[[Manuals/calci/REMOVETEXT | REMOVETEXT]]
 
*[[Manuals/calci/EXTRACTTEXT | EXTRACTTEXT]]
 
*[[Manuals/calci/EXTRACTTEXT | EXTRACTTEXT]]
 
*[[Manuals/calci/EXTRACTNUMBERS | EXTRACTNUMBERS]]
 
*[[Manuals/calci/EXTRACTNUMBERS | EXTRACTNUMBERS]]
 
  
 
==References==
 
==References==

Revision as of 05:08, 1 June 2017

REMOVENUMBERS(string)


  • is the string from which numbers are to be removed.


Description

  • REMOVENUMBERS is used to remove numbers from the entered string.
  • can be a combination of characters, text, numbers etc. entered in double quotation marks.


Examples

  1. REMOVENUMBERS("abc123") = abc
  2. REMOVENUMBERS("House Number 4566") = HouseNumber
  3. REMOVENUMBERS("how are you?") = howareyou?
  4. REMOVENUMBERS("1***%%%1") = ***%%%
  5. REMOVENUMBERS("67a895") = a


See Also

References

String