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