Handbook
Glossary
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
string
an
object
regexp
an
object
Outputs
seq
an
object
Definition
USING:
sequences.private
;
IN:
regexp
:
all-matching-subseqs
( string regexp -- seq )
[
subseq-unsafe
]
map-matches
;