Manuals/calci/SPLIT

Revision as of 05: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)


  • 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   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