<or> ( regexps -- disjunction )
Regular expression combinators

Prev:<nothing> ( -- value )
Next:<and> ( regexps -- conjunction )


Vocabulary
regexp.combinators

Inputs
regexpsa sequence of regular expressions


Outputs
disjunctiona regexp


Word description
Creates a new regular expression which matches the union of what elements of the sequence match.

Definition