809 bytes added
, 09:53, 1 June 2017
<div style="font-size:30px">'''REMOVENUMBERS(string)'''</div><br/>
*<math>string</math> is the string from which numbers are to be removed.
==Description==
*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.
==Examples==
#REMOVENUMBERS("abc123") = abc
#REMOVENUMBERS("House Number 4566") = HouseNumber
#REMOVENUMBERS("how are you?") = howareyou?
#REMOVENUMBERS("1***%%%1") = ***%%%
#REMOVENUMBERS("67a895") = a
==See Also==
*[[Manuals/calci/EXTRACTTEXT | EXTRACTTEXT]]
*[[Manuals/calci/EXTRACTNUMBERS | EXTRACTNUMBERS]]
==References==
[https://en.wikipedia.org/wiki/String_(computer_science) String]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]