F# operators to easily create `Regex`es.
x1 <&> x2
Regex
`Regex.And` as an operator.
x1 <|> x2
`Regex.Or` as an operator.