You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The match expressions in regex.gr contain a variety of duplicated branches which differ only by the variant being matched. We should clean these up using or-patterns.
The text was updated successfully, but these errors were encountered:
The match expressions in
regex.gr
contain a variety of duplicated branches which differ only by the variant being matched. We should clean these up using or-patterns.The text was updated successfully, but these errors were encountered: