Vocabularysequences.
extrasInputsOutputsWord descriptionOutputs the starting indices of the non-overlapping occurrences of
subseq in
seq.
ExamplesUSING: prettyprint sequences.extras ;
"ABABA" "ABA" start-all .
{ 0 }
USING: prettyprint sequences.extras ;
"ABAABA" "ABA" start-all .
{ 0 3 }
See alsostart-all*,
count-subseq,
count-subseq*Definition