#
validation
Here are 3,102 public repositories matching this topic...
The most powerful data validation library for JS
-
Updated
Aug 19, 2020 - JavaScript
react
hooks
typescript
react-native
validation
forms
form
form-validation
form-builder
react-hooks
custom-hooks
-
Updated
Aug 21, 2020 - TypeScript
Asday
commented
Jun 24, 2019
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
php
validation
orm
web
mvc
cakephp
rest-api
web-framework
mvc-framework
psr-7
form-builder
rapid-development
-
Updated
Aug 21, 2020 - PHP
-
Updated
Aug 21, 2020 - JavaScript
muhammadkholidb
commented
Oct 1, 2019
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
Aug 13, 2020 - JavaScript
Simple, lightweight model-based validation for Vue.js
-
Updated
Aug 15, 2020 - JavaScript
The most awesome validation engine ever created for PHP
-
Updated
Aug 16, 2020 - PHP
A JavaScript plugin for entering and validating international telephone numbers
validation
input
phone-number
formatting
international-telephone
libphonenumber
country-data
javascript-plugin
user-country
-
Updated
Aug 11, 2020 - JavaScript
A lightweight library for converting complex objects to and from simple Python datatypes.
-
Updated
Aug 19, 2020 - Python
An express.js middleware for validator.js.
-
Updated
Aug 8, 2020 - TypeScript
A simple and composable way to validate data in JavaScript (or TypeScript).
-
Updated
Aug 18, 2020 - TypeScript
Decorator-based property validation for classes.
-
Updated
Aug 19, 2020 - TypeScript
7
chenjie4255
commented
Sep 8, 2017
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
Aug 18, 2020 - Python
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
-
Updated
Jul 23, 2020 - Swift
-
Updated
Aug 7, 2020 - JavaScript
Runtime type system for IO decoding/encoding
-
Updated
Aug 19, 2020 - TypeScript
Language-agnostic HTTP API Testing Tool
testing
api
http
unit-testing
validation
integration-testing
swagger
test-runner
openapi
tests
test-framework
api-blueprint
cli-app
dredd
openapi-validation
testing-framework
openapi3
sjs-team
openapi2
-
Updated
Aug 21, 2020 - JavaScript
Function argument validation for humans
-
Updated
Jul 20, 2020 - TypeScript
Python Data Structures for Humans™.
-
Updated
Jul 21, 2020 - Python
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
Updated
Aug 21, 2020 - PHP
The JSON Schema I-D sources
-
Updated
Aug 20, 2020 - Makefile
Open
# doc and more doc
oussamahamdaoui
commented
Jul 19, 2019
Add more doc in the code urgent the Validator class
Featureful configuration management library for Node.js
nodejs
javascript
config
json
node
schema
validation
configuration
json-files
environment-variables
configuration-management
env
-
Updated
Jul 10, 2020 - JavaScript
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
Phone number functionality for Laravel
-
Updated
Aug 10, 2020 - PHP
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
nodejs
ioc
documentation
boilerplate
typescript
validation
database
monitoring
skeleton
jest
migrations
knex
seed
annotations
expressjs
e2e-tests
pet
seeding
starter-kit
inversify
bookshelf
restful-api
express-typescript-boilerplate
-
Updated
Aug 20, 2020 - TypeScript
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."
Hello everyone, we need add 'uz-UZ' locale in
isMobilePhone.js
lib to do validation for Uzbekistan mobile phones.Country code: +998
format mobile phones:
( [+998] )? ( ( [6] ( [1] | [2] | [5] | [6] | [7] | [9] ) ) | ( [7] ( [1] | [2] | [3] | [4] | [5] | [6] | [9] ) ) | [88] | [9X] ) [XXX XXXX]
[X] phone number: 7 or 8 digits
I've made an initial expression as:
**/^(\+?998)?(6[125-79