Character ranges like A-z or 0-A span across non-obvious character sets and can lead to unexpected matching behavior.
Standard alphanumeric ranges like a-z, A-Z, and 0-9 are preferable.
This rule reports obscure character ranges in regular expressions.
If you intentionally use non-standard character ranges for specific matching needs, or if your codebase has established patterns that rely on these ranges, you might want to disable this rule.