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


Vocabulary
regexp.private

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


Outputs
None

Definition


: (each-match)
( ... i string regexp quot: ( ... start end string -- ... ) -- ... )
over reverse-regexp?
[ (each-match-backward) ] [ (each-match-forward) ] if ;
inline