"A"+"B" = Regex("A|B") = Regex("[AB]") # or maybe "A"+"B" !> [?]Error: cannot convert /A|B/ to type str "A"*6 !> TypeError: <str> * <int>