FutureProg functions
splittext
Text Collection splittext(Text text, Text split)
Contexts: computer function, computer program, standard futureprog
Splits a text into a collection of smaller text fragments split by a particular character. Includes empty entries and doesn't include the splitting character.
text: The text that you want to split up
split: The character or text sequence that should cause the split
Contexts: computer function, computer program, standard futureprog
Splits a text into a collection of smaller text fragments split by a particular character. Includes empty entries and doesn't include the splitting character.
text: The text that you want to split up
split: The character or text sequence that should cause the split