map-matches ( ... string regexp quot: ( ... start end string -- ... obj ) -- ... seq )


Vocabulary
regexp

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


Outputs
seqan object


Definition


: map-matches
( ... string regexp quot: ( ... start end string -- ... obj ) -- ... seq )
collector [ each-match ] dip >array ; inline