Handbook
Glossary
match-substring ( from to byte-array -- string )
Vocabulary
pcre2
.
private
Inputs
from
an
object
to
an
object
byte-array
an
object
Outputs
string
an
object
Definition
USING:
io.encodings.string
io.encodings.utf8
sequences
;
IN:
pcre2.private
:
match-substring
( from to byte-array -- string )
subseq
utf8
decode
;