Wixel / GUMP

A fast, extensible & stand-alone PHP input validation class that allows you to validate any data
https://wixelhq.com
MIT License
1.17k stars 341 forks source link

alpha_dash skip uppercase characters #323

Closed adaniello closed 3 years ago

adaniello commented 3 years ago

Hi, this role skip uppercase characters, this because a-z patter is insufficient: should use a-zA-Z.

Thanks

adaniello commented 3 years ago

Using insensitive flag