-
Updated
Feb 6, 2022 - TypeScript
{{ message }}
The most powerful data validation library for JS
Bug? I guess.
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.2.0
Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on, I got this issue f
Data parsing and validation using Python type hints
CakePHP: The Rapid Development Framework for PHP - Official Repository
Decorator-based property validation for classes.
Simple, lightweight model-based validation for Vue.js
A JavaScript plugin for entering and validating international telephone numbers
A lightweight library for converting complex objects to and from simple Python datatypes.
A simple and composable way to validate data in JavaScript (and TypeScript).
The most awesome validation engine ever created for PHP
I managed to find a way to fail-fast the validation chain with bail, but what about failing fast the middleware list?
Say, I have
.post(
'/somewhere',
body('name').exists(),
body('phoneNumber').exists(),
handleStuff
)If the name validation fails, I don't care to check phoneNumber anymore... Wasn't able to find a way to fail fast in this case. In the case
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;
Runtime type system for IO decoding/encoding
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Language-agnostic HTTP API Testing Tool
An implementation of the JSON Schema specification for Python
Function argument validation for humans
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
The JSON Schema I-D sources
Python Data Structures for Humans™.
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
With #235 I've noticed that InstanceOf is undocumented in the readme.
Add a description, image, and links to the validation topic page so that developers can more easily learn about it.
To associate your repository with the validation topic, visit your repo's landing page and select "manage topics."
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in
isMobilePhone validation, we have less than 195 phone validations i.eIn the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone