Manuals/calci/SPLIT

From ZCubes Wiki
Jump to navigation Jump to search
SPLIT(String, Delimiter)


  • is a text/string to split.
  • is the pattern with which text is to be split.

Description

  • This function returns the text in split characters with specified delimiter 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 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