Manuals/calci/REMOVENUMBERS

From ZCubes Wiki
Revision as of 04:53, 1 June 2017 by Swapna (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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