Handbook
Glossary
<?insensitive-regexp> ( string ? -- regexp )
Vocabulary
xmode
.
utilities
Inputs
string
an
object
?
an
object
Outputs
regexp
an
object
Definition
USING:
kernel
regexp
sequences
splitting
;
IN:
xmode.utilities
:
<?insensitive-regexp>
( string ? -- regexp )
"(?i)"
pick
subseq-start
[
drop
"(?i)"
""
replace
t
]
when
"i"
""
?
<optioned-regexp>
;