<not> ( regexp -- not-regexp )
Regular expression combinators

Prev:<and> ( regexps -- conjunction )
Next:<sequence> ( regexps -- regexp )


Vocabulary
regexp.combinators

Inputs
regexpa regexp


Outputs
not-regexpa regexp


Word description
Creates a new regular expression which matches everything that the given regexp does not match.

Definition