Manuals/calci/SPLITTEXT
Jump to navigation
Jump to search
SPLITTEXT(Text, Pattern)
- is a text to split.
- is the pattern with which text is to be split.
Description
- This function returns the text in split characters with specified pattern.
- and should be entered in double quotation marks.
Examples
- SPLITTEXT("Have a nice day","a") = H ve nice d y
- SPLITTEXT("Congratulations","t") = Congra ula ions
- SPLITTEXT("What is your name?"," ") = What is your name?
Related Videos
See Also
References