Handbook
Glossary
each-match ( ... string regexp quot: ( ... start end string -- ... ) -- ... )
Vocabulary
regexp
Inputs
string
an
object
regexp
an
object
quot
a
quotation
with stack effect
( ... start end string -- ... )
Outputs
None
Definition
USING:
kernel
regexp.private
;
IN:
regexp
:
each-match
( ... string regexp quot: ( ... start end string -- ... ) -- ... )
[
prepare-match-iterator
]
dip
(each-match)
;
inline