Handbook
Glossary
do-next-match ( i string regexp -- start end ? )
Vocabulary
regexp
.
private
Inputs
i
an
object
string
an
object
regexp
an
object
Outputs
start
an
object
end
an
object
?
an
object
Definition
USING:
accessors
combinators
kernel
;
IN:
regexp.private
:
do-next-match
( i string regexp -- start end ? )
dup
next-match>>
( i string regexp -- start end ? )
execute-effect
;
inline