Manuals/calci/SPLIT
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
- SPLITTEXT("Have a nice day","nice") = Have a day
- SPLITTEXT("Good night.","gh") = Good ni t.
- SPLITTEXT("What is your name?","is") = What your name?
Related Videos
See Also
References