step ( last-match index str quot final? backwards? -- last-index/f )


Vocabulary
regexp.compiler.private

Inputs
last-matchan object
indexan object
stran object
quotan object
final?an object
backwards?an object


Outputs
last-index/fan object


Definition


:: step
( last-match index str quot final? backwards? -- last-index/f )
final? index last-match ? index str backwards? check [
index backwards? advance str index str nth-unsafe
quot call
] when ; inline