Manuals/calci/SPLITTEXT
SPLITTEXT(Text, Pattern)
- 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 Text} is a text to split.
- 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 Pattern} is the pattern with which text is to be split.
Description
- This function returns the text in split characters with specified pattern.
- and 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 Pattern} should be entered in double quotation marks.
Examples
- SPLITTEXT("Have a nice day","a") = H ve nice d y
- SPLITTEXT("Congratulations","t") = Congra ula ions
- SPLITTEXT("What is your name?"," ") = What is your name?
Related Videos
See Also
References