match-index-from ( i string regexp -- index/f )


Vocabulary
regexp.private

Inputs
ian object
stringan object
regexpan object


Outputs
index/fan object


Definition


: match-index-from ( i string regexp -- index/f )
dup dfa>> ( index string regexp -- i/f ) execute-effect ;
inline