do-next-match ( i string regexp -- start end ? )


Vocabulary
regexp.private

Inputs
ian object
stringan object
regexpan object


Outputs
startan object
endan object
?an object


Definition


: do-next-match ( i string regexp -- start end ? )
dup next-match>> ( i string regexp -- start end ? )
execute-effect ; inline