Handbook
Glossary
answer ( class from to -- new-class )
Vocabulary
regexp
.
classes
Inputs
class
an
object
from
an
object
to
an
object
Outputs
new-class
an
object
Definition
IN:
regexp.classes
GENERIC#:
answer
2
( class from to -- new-class )
Methods
USING:
regexp.classes
;
M:
and-class
answer
replace-compound
<and-class>
;
USING:
accessors
kernel
regexp.classes
;
M:
not-class
answer
[
class>>
]
2dip
answer
<not-class>
;
USING:
kernel
regexp.classes
;
M::
object
answer
( class from to -- new-class )
class from
=
to class
?
;
USING:
regexp.classes
;
M:
or-class
answer
replace-compound
<or-class>
;