Handbook
Glossary
prepare-match-iterator ( string regexp -- i string regexp )
Vocabulary
regexp
.
private
Inputs
string
an
object
regexp
an
object
Outputs
i
an
object
string
an
object
regexp
an
object
Definition
USING:
classes
kernel
strings
;
IN:
regexp.private
:
prepare-match-iterator
( string regexp -- i string regexp )
[
string
check-instance
]
dip
[
match-iterator-start
]
2keep
;
inline