We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like this : validate.Var("xxx@mail.com", "required,email")
The text was updated successfully, but these errors were encountered:
:) 没有支持这种的
可以调单个验证器 validate.IsEmail() bool
validate.IsEmail() bool
Sorry, something went wrong.
81d61ca
已经新增了这个功能 validate.Var("xxx@mail.com", "required|email")
validate.Var("xxx@mail.com", "required|email")
inhere
No branches or pull requests
Like this : validate.Var("xxx@mail.com", "required,email")
The text was updated successfully, but these errors were encountered: