Skip to content

Fix range error in [A-z]

TheDJ requested to merge hartman/logo-test:rangeerror into main

This contains more characters than [A-Z] and [a-z] and was likely unintentional. I couldn't figure out if this match ran case sensitive or not, so added both ranges instead.

Merge request reports