Vocabularysplitting.
extrasInputsOutputsWord descriptionA variant of
split that includes the elements along which the sequence was split.
ExamplesUSING: prettyprint splitting.extras ;
"hello world-how are you?" " -" split* .
{ "hello" " " "world" "-" "how" " " "are" " " "you?" }
See alsosplit*-sliceDefinition