Handbook
Glossary
?<regexp> ( string/f -- regexp/f )
Vocabulary
xmode
.
loader
Inputs
string/f
an
object
Outputs
regexp/f
an
object
Definition
USING:
accessors
kernel
namespaces
xmode.rules
xmode.utilities
;
IN:
xmode.loader
:
?<regexp>
( string/f -- regexp/f )
dup
[
rule-set
get
ignore-case?>>
<?insensitive-regexp>
]
when
;