pyrox0 / fursona-schema

Schema for .well-known/fursona
Creative Commons Attribution 4.0 International
66 stars 5 forks source link

More consistent hexadecimal color matching #10

Closed AverageHelper closed 6 months ago

AverageHelper commented 6 months ago

The original regex did not permit uppercase letters in the first three characters of the color string. This new regex permits uppercase letters.

Also the new pattern correctly checks the entire string of matching hex for valid characters, rather than stopping at the first three.

pyrox0 commented 6 months ago

Thanks! Regex isn't my best skill, so I appreciate the fixes here!