Handbook
Glossary
<not> ( regexp -- not-regexp )
Regular expression combinators
Prev:
<and> ( regexps -- conjunction )
Next:
<sequence> ( regexps -- regexp )
Vocabulary
regexp
.
combinators
Inputs
regexp
a
regexp
Outputs
not-regexp
a
regexp
Word description
Creates a new regular expression which matches everything that the given regexp does not match.
Definition
USING:
regexp.ast
regexp.combinators.private
sequences
;
IN:
regexp.combinators
:
<not>
( regexp -- not-regexp )
[
"(?~"
")"
surround
]
[
<negation>
]
modify-regexp
;
foldable
flushable