Handbook
Glossary
regexp-initial-word ( i string regexp -- i/f )
Vocabulary
regexp
.
private
Inputs
i
an
object
string
an
object
regexp
an
object
Outputs
i/f
an
object
Definition
USING:
compiler.units
;
IN:
regexp.private
:
regexp-initial-word
( i string regexp -- i/f )
[
compile-regexp
]
with-compilation-unit
match-index-from
;