validation
Here are 3,204 public repositories matching this topic...
The most powerful data validation library for JS
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 11, 2020 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
CakePHP: The Rapid Development Framework for PHP - Official Repository
-
Updated
Oct 11, 2020 - PHP
-
Updated
Oct 11, 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
Oct 10, 2020 - JavaScript
Seems like "numeric" ought to be renamed "integer" since the regex being used for it only passes integers and decimals are just as numeric as integers. Or the numeric validator regex should be updated to include decimals, float, etc...
Thanks,
Andrew
Phone validator
The most awesome validation engine ever created for PHP
-
Updated
Oct 11, 2020 - PHP
A JavaScript plugin for entering and validating international telephone numbers
-
Updated
Oct 8, 2020 - JavaScript
A lightweight library for converting complex objects to and from simple Python datatypes.
-
Updated
Oct 9, 2020 - Python
Decorator-based property validation for classes.
-
Updated
Oct 8, 2020 - TypeScript
An express.js middleware for validator.js.
-
Updated
Oct 7, 2020 - TypeScript
A simple and composable way to validate data in JavaScript (or TypeScript).
-
Updated
Oct 6, 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;
Data parsing and validation using Python type hints
-
Updated
Oct 11, 2020 - Python
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
-
Updated
Sep 25, 2020 - Swift
-
Updated
Sep 8, 2020 - JavaScript
Runtime type system for IO decoding/encoding
-
Updated
Oct 5, 2020 - TypeScript
Language-agnostic HTTP API Testing Tool
-
Updated
Oct 10, 2020 - JavaScript
Function argument validation for humans
-
Updated
Oct 4, 2020 - TypeScript
Python Data Structures for Humans™.
-
Updated
Oct 1, 2020 - Python
The JSON Schema I-D sources
-
Updated
Oct 7, 2020 - Makefile
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
Updated
Oct 8, 2020 - PHP
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
-
Updated
Aug 13, 2020 - Go
# doc and more doc
Add more doc in the code urgent the Validator class
Featureful configuration management library for Node.js
-
Updated
Jul 10, 2020 - JavaScript
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
-
Updated
Sep 12, 2020 - TypeScript
Phone number functionality for Laravel
-
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.