Handbook
Glossary
map-matches ( ... string regexp quot: ( ... start end string -- ... obj ) -- ... seq )
Vocabulary
regexp
Inputs
string
an
object
regexp
an
object
quot
a
quotation
with stack effect
( ... start end string -- ... obj )
Outputs
seq
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
regexp
:
map-matches
( ... string regexp quot: ( ... start end string -- ... obj ) -- ... seq )
collector
[
each-match
]
dip
>array
;
inline