Handbook
Glossary
<matcher> ( subject compiled-pcre -- matcher )
Vocabulary
pcre
.
private
Inputs
subject
an
object
compiled-pcre
an
object
Outputs
matcher
an
object
Definition
USING:
accessors
io.encodings.string
io.encodings.utf8
kernel
;
IN:
pcre.private
:
<matcher>
( subject compiled-pcre -- matcher )
[
utf8
encode
]
dip
[
pcre>>
]
[
extra>>
]
bi
rot
0 0
matcher
boa
;