Handbook
Glossary
case-insensitive? ( object -- ? )
Vocabulary
regexp
.
ast
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
case-insensitive
class.
Definition
USING:
kernel
;
IN:
regexp.ast
:
case-insensitive?
( object -- ? )
\
case-insensitive
eq?
;