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