Handbook
Glossary
?matches ( string glob/f -- ? )
Vocabulary
xmode
.
catalog
Inputs
string
an
object
glob/f
an
object
Outputs
?
an
object
Definition
USING:
kernel
regexp
unicode
;
IN:
xmode.catalog
:
?matches
( string glob/f -- ? )
[
>case-fold
]
dip
dup
[
matches?
]
[
2drop
f
]
if
;