validation
Here are 3,169 public repositories matching this topic...
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 25, 2020 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Sep 25, 2020 - PHP
-
Updated
Sep 24, 2020 - JavaScript
Package version eg. v8, v9:
v9
Issue, Question or Enhancement:
Is it possible to use oneof validation with values containing space character? Tried with single quote but it did not seem to work.
Code sample, to showcase or reproduce:
type Data struct {
Status string `json:"status" validate:"required,oneof='Awaiting Verification' 'Verified' 'Failed Veri-
Updated
Sep 21, 2020 - JavaScript
Phone validator
Love this library! I've been slowly adding it to nearly all our Vue projects at work.
Today I built a custom validator for phone numbers using the built in regex helper. I was considering creating a PR for a phone validator but the PR template mentions creating an issue first so here I am (:
-
Updated
Sep 20, 2020 - PHP
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Sep 24, 2020 - Python
-
Updated
Sep 25, 2020 - TypeScript
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Sep 22, 2020 - TypeScript
type Item struct {
Bt int `valid:"range(1|100)"`
}
func main() {
t := Item{-1}
ok, err := govalidator.ValidateStruct(t)
fmt.Println(ok, err)
}
output:Bt: Validator range(1|100) doesn't support kind int;
-
Updated
Sep 22, 2020 - Python
-
Updated
Sep 23, 2020 - Swift
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Sep 15, 2020 - TypeScript
-
Updated
Sep 18, 2020 - Python
-
Updated
Sep 18, 2020 - Makefile
-
Updated
Sep 24, 2020 - PHP
# doc and more doc
Add more doc in the code urgent the Validator class
-
Updated
Aug 13, 2020 - Go
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 8, 2020 - PHP
Improve this page
Add a description, image, and links to the validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validation topic, visit your repo's landing page and select "manage topics."


e.g.
isPassportNumber, etc.