<sequence> ( regexps -- regexp )
Regular expression combinators

Prev:<not> ( regexp -- not-regexp )
Next:<zero-or-more> ( regexp -- regexp* )


Vocabulary
regexp.combinators

Inputs
regexpsa sequence of regular expressions


Outputs
regexpa regexp


Word description
Creates a new regular expression which matches strings that match each element of the sequence in order.

Definition