Difference between revisions of "Manuals/calci/SPLITTEXT"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''SPLITTEXT(Text, Pattern)'''</div><br/> *<math>Text</math> is a text to split. *<math>Pattern</math> is the pattern with which text is to be spli...") |
|||
Line 23: | Line 23: | ||
==See Also== | ==See Also== | ||
*[[Manuals/calci/ACRONYM | ACRONYM ]] | *[[Manuals/calci/ACRONYM | ACRONYM ]] | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/SPLIT | SPLIT ]] |
*[[Manuals/calci/ISNONTEXT |ISNONTEXT ]] | *[[Manuals/calci/ISNONTEXT |ISNONTEXT ]] | ||
− | |||
==References== | ==References== |
Latest revision as of 03:58, 25 May 2017
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