Difference between revisions of "Manuals/calci/REMOVENUMBERS"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''REMOVENUMBERS(string)'''</div><br/>
+
<div style="font-size:30px">'''REMOVENUMBERS(String)'''</div><br/>
*<math>string</math> is the string from which numbers are to be removed.  
+
*<math>String</math> is the string from which numbers are to be removed.  
  
  
Line 6: Line 6:
  
 
*REMOVENUMBERS is used to remove numbers from the entered string.
 
*REMOVENUMBERS is used to remove numbers from the entered string.
*<math>string</math> can be a combination of characters, text, numbers etc. entered in double quotation marks.
+
*<math>String</math> can be a combination of characters, text, numbers etc. entered in double quotation marks.
  
  

Revision as of 17:30, 27 June 2018

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