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