asaskevich / govalidator

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

Need to check if a string is word or not #466

Closed amirhossein-razlighi closed 3 months ago

amirhossein-razlighi commented 2 years ago

Feature Request

Q A
New Feature yes
RFC yes/no
BC Break yes/no

Summary

need a function that checks if a string is word or not . for example "Hello" is a word ( capital letter + other lower) but "heLlo" is not