Handbook
Glossary
match-index-from ( i string regexp -- index/f )
Vocabulary
regexp
.
private
Inputs
i
an
object
string
an
object
regexp
an
object
Outputs
index/f
an
object
Definition
USING:
accessors
combinators
kernel
;
IN:
regexp.private
:
match-index-from
( i string regexp -- index/f )
dup
dfa>>
( index string regexp -- i/f )
execute-effect
;
inline