Handbook
Glossary
match-iterator-start ( string regexp -- start )
Vocabulary
regexp
.
private
Inputs
string
an
object
regexp
an
object
Outputs
start
an
object
Definition
IN:
regexp.private
GENERIC:
match-iterator-start
( string regexp -- start )
Methods
USING:
kernel
regexp
regexp.private
;
M:
regexp
match-iterator-start
2drop
0
;
USING:
kernel
regexp
regexp.private
sequences
;
M:
reverse-regexp
match-iterator-start
drop
length
;