asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6k stars 556 forks source link

added 4 functions for checking existence of specific characters #421

Closed baharkhd closed 3 years ago

baharkhd commented 3 years ago

I added 4 functions for checking the existence of alphabet, numeric, lowerCase and upperCase characters in a file named checkExistence.go.

baharkhd commented 3 years ago

solution was not correct