767 bytes added
, 09:12, 31 May 2017
<div style="font-size:30px">'''EXTRACTTEXT(string)'''</div><br/>
*<math>string</math> is the string from which you want to extract text.
==Description==
*EXTRACTTEXT is used to extract text from the entered string.
*<math>string</math> can be a combination of characters, text, numbers etc. entered in double quotation marks.
==Examples==
#EXTRACTTEXT("abc123") = abc
#EXTRACTTEXT("House Number 4566") = HouseNumber
#EXTRACTTEXT("how are you?") = howareyou?
#EXTRACTTEXT("1***%%%1") = ***%%%
#EXTRACTTEXT(67895) = (No text. Hence no output)
==See Also==
*[[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 ]]