Handbook
Glossary
<and> ( regexps -- conjunction )
Regular expression combinators
Prev:
<or> ( regexps -- disjunction )
Next:
<not> ( regexp -- not-regexp )
Vocabulary
regexp
.
combinators
Inputs
regexps
a sequence of regular expressions
Outputs
conjunction
a
regexp
Word description
Creates a new regular expression which matches the intersection of what elements of the sequence match.
Definition
USING:
sequences
;
IN:
regexp.combinators
:
<and>
( regexps -- conjunction )
[
<not>
]
map
<or>
<not>
;
foldable
flushable