fuzzy ( full short -- indices )
Fuzzy completion

Prev:completions ( short candidates -- seq )
Next:runs ( seq -- newseq )


Vocabulary
tools.completion

Inputs
fulla string
shorta string


Outputs
indicesa vector


Word description
If short can be obtained from full by removing subsequences, then outputs the index of every character from short in full, otherwise outputs f.

Definition