all-matching-subseqs ( string regexp -- seq )
Regular expressions ยป Matching operations with regular expressions

Prev:all-matching-slices ( string regexp -- seq )
Next:re-split ( string regexp -- seq )


Vocabulary
regexp

Inputs
stringan object
regexpan object


Outputs
seqan object


Definition