An idiomatic validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
MIT License
39
stars
6
forks
source link
How can I check if a string contains chars, integer and special character? #17
Is there a builtin function to check if a string contains chars(ASCII LETTERS), integer and special character?