Manuals/calci/EXTRACTTEXT
Jump to navigation
Jump to search
EXTRACTTEXT(string)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle string} is the string from which you want to extract text.
Description
- EXTRACTTEXT is used to extract text from the entered string.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle string} 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)
Related Videos
See Also
References