<nothing> ( -- value )
Regular expression combinators

Prev:<literal> ( string -- regexp )
Next:<or> ( regexps -- disjunction )


Vocabulary
regexp.combinators

Inputs
None

Outputs
valuea regexp


Word description
The empty regular language.

Definition