Skip to content

Fix error in [A-z] range

TheDJ requested to merge (removed):rangeerror into main

[A-z] contains more characters than A-Z and a-z, which is not likely to be intentional. Replace with [A-Za-z]

Merge request reports

Loading