<option> ( regexp -- regexp? )
Regular expression combinators

Prev:<one-or-more> ( regexp -- regexp+ )


Vocabulary
regexp.combinators

Inputs
regexpa regexp


Outputs
regexp?a regexp


Word description
Creates a new regular expression which matches zero or one copies of the given regexp.

Definition