<literal> ( string -- regexp )
Regular expression combinators

Prev:Regular expression combinator rationale
Next:<nothing> ( -- value )


Vocabulary
regexp.combinators

Inputs
stringa string


Outputs
regexpa regexp


Word description
Creates a regular expression which matches the given literal string.

Definition