Manuals/calci/SPLIT

Revision as of 04:04, 25 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''SPLIT(String, Delimiter)'''</div><br/> *<math>String</math> is a text/string to split. *<math>Delimiter</math> is the pattern with which text is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SPLIT(String, Delimiter)


  • 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 a text/string 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 Delimiter} is the pattern with which text is to be split.

Description

  • This function returns the text in split characters with specified delimiter 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 String} 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 Delimiter} should be entered in double quotation marks.


Examples

  1. SPLITTEXT("Have a nice day","nice") = Have a day
  2. SPLITTEXT("Good night.","gh") = Good ni t.
  3. SPLITTEXT("What is your name?","is") = What your name?


Related Videos

Split a String


See Also


References