Handbook
Glossary
<nothing> ( -- value )
Regular expression combinators
Prev:
<literal> ( string -- regexp )
Next:
<or> ( regexps -- disjunction )
Vocabulary
regexp
.
combinators
Inputs
None
Outputs
value
a
regexp
Word description
The empty regular language.
Definition
IN:
regexp.combinators
CONSTANT:
<nothing>
R/ (?~.*)/s
inline