This is like the regex pipe operator | (aka. alternation, aka. union, aka. or).
This is a standard regex operator so if all inputs are StdRegex the output,
is also a StdRegex.
This is like the regex pipe operator | (aka. alternation, aka. union, aka. or).
This is a standard regex operator so if all inputs are StdRegex the output,
is also a StdRegex.
This is like the regex pipe operator
|
(aka. alternation, aka. union, aka. or). This is a standard regex operator so if all inputs areStdRegex
the output, is also aStdRegex
.