Handbook
Glossary
skip-first-match ( match regexp -- tailseq )
Vocabulary
xmode
.
marker
.
private
Inputs
match
an
object
regexp
an
object
Outputs
tailseq
an
object
Definition
USING:
accessors
kernel
regexp
sequences
strings
;
IN:
xmode.marker.private
:
skip-first-match
( match regexp -- tailseq )
[
>string
]
dip
first-match
[
seq>>
]
[
to>>
]
bi
tail
;