each-match ( ... string regexp quot: ( ... start end string -- ... ) -- ... )


Vocabulary
regexp

Inputs
stringan object
regexpan object
quota quotation with stack effect ( ... start end string -- ... )


Outputs
None

Definition


: each-match
( ... string regexp quot: ( ... start end string -- ... ) -- ... )
[ prepare-match-iterator ] dip (each-match) ; inline