Difference between revisions of "Manuals/calci/REMOVENUMBERS"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
#REMOVENUMBERS("67a895") = a
 
#REMOVENUMBERS("67a895") = a
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=0CgNg6NwQWM|280|center|Numbers}}
  
 
==See Also==
 
==See Also==

Latest revision as of 16:13, 22 February 2019

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

Related Videos

Numbers

See Also

References

String