-
Updated
May 4, 2021 - TypeScript
{{ message }}
The most powerful data validation library for JS
Bug? I guess.
CakePHP: The Rapid Development Framework for PHP - Official Repository
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
Simple, lightweight model-based validation for Vue.js
Decorator-based property validation for classes.
A JavaScript plugin for entering and validating international telephone numbers
A lightweight library for converting complex objects to and from simple Python datatypes.
The most awesome validation engine ever created for PHP
A simple and composable way to validate data in JavaScript (and TypeScript).
Everything should be updated to validatorjs 13.6.1.
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
Function argument validation for humans
Python Data Structures for Humans™.
The JSON Schema I-D sources
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Featureful configuration management library for Node.js
Add more doc in the code urgent the Validator class
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."
e.g.
isPassportNumber, etc.