<and> ( regexps -- conjunction )
Regular expression combinators

Prev:<or> ( regexps -- disjunction )
Next:<not> ( regexp -- not-regexp )


Vocabulary
regexp.combinators

Inputs
regexpsa sequence of regular expressions


Outputs
conjunctiona regexp


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

Definition