Changes

Created page with "<div style="font-size:30px">'''EXTRACTNUMBERS(string)'''</div><br/> *<math>string</math> is the string from which you want to extract numbers. ==Description== *EXTRACTNUMB..."
<div style="font-size:30px">'''EXTRACTNUMBERS(string)'''</div><br/>
*<math>string</math> is the string from which you want to extract numbers.


==Description==

*EXTRACTNUMBERS is used to extract numbers from the entered string.
*<math>string</math> can be a combination of characters, text, numbers etc. entered in double quotation marks.


==Examples==

#EXTRACTNUMBERS("abc123") = 123
#EXTRACTNUMBERS("House Number 4566") = 4566
#EXTRACTNUMBERS("how are you?") = (No Output)
#EXTRACTNUMBERS("1***%%%1") = 11


==See Also==
*[[Manuals/calci/EXTRACTTEXT | EXTRACTTEXT ]]


==References==
[https://en.wikipedia.org/wiki/String_(computer_science) String]


*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
2,661

edits