validate
Here are 348 public repositories matching this topic...
Template-driven Form Validation for Vue.js
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
- [ Y] Are you running the latest version?
- [ Y] Have you included sample input, output, error, and expected output?
- [ Y] Have you checked if you are using correct configuration?
- [ N] Did you try online tool?
Description
When a json includes a number, and running the code example appearing in fast-xml-parser site, causes
default
const V = require('fastest-validator');
const v = new V();
const schema = {
tuple: {
type: 'tuple',
empty: false,
items: [{ type: 'string', default: '1' }],
},
};
const data = { tuple: [] };
console.log(v.validate(data, schema));
console.log(data);[
{
type: 'tupleEmpty',
message: "The 'tuple' field must not be an empty
Simple, smart and pleasant validation solution.
-
Updated
Apr 30, 2020 - JavaScript
Composable schemas for JavaScript and Node.js
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Sep 6, 2020 - JavaScript
A simple jQuery plugin to validate forms.
-
Updated
Mar 1, 2017 - HTML
-
Updated
Sep 5, 2020 - Go
Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组,前置过滤,数组检查,自定义验证器,自定义消息。
-
Updated
Jun 25, 2020 - PHP
Validates password according to flexible and intuitive specification
-
Updated
Aug 13, 2020 - JavaScript
The most customizable validation framework for JavaScript.
-
Updated
Aug 31, 2020 - TypeScript
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
-
Updated
May 4, 2020 - JavaScript
checks ssl certs for a set of domains
-
Updated
Mar 20, 2019 - Shell
Painless form validation for AngularJS. Powered by the jQuery Validation Plugin.
-
Updated
Jan 7, 2020 - JavaScript
.NET publicsuffix domain parser
-
Updated
Feb 10, 2020 - C#
Creditcard number parsing, validation and information extraction
-
Updated
Jan 19, 2020 - JavaScript
validate-framework:一款轻量、无依赖的 JavaScript 验证组件
-
Updated
Jan 1, 2017 - HTML
Python tool for convert bitcoin cash legacy addresses
-
Updated
Aug 5, 2019 - Python
a data validator like Django ORM
-
Updated
Oct 21, 2019 - Python
Tiny and Powerful Library for limit an entry (text box,input) as number,string or more...
-
Updated
Jul 30, 2020 - JavaScript
A Javascript library to validate ID card numbers of China, Taiwan, Hong Kong and South Korea
-
Updated
Jul 19, 2020 - JavaScript
对象属性核查框架:可以过滤对象中所有不符合要求的属性,功能对标hibernate.validate,却比validate功能更强大且更灵活,用法却极其简单
-
Updated
Aug 18, 2020 - Java
Extensible schema based validator that supports typescript typing.
-
Updated
Jul 16, 2020 - TypeScript
Improve this page
Add a description, image, and links to the validate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validate topic, visit your repo's landing page and select "manage topics."


e.g.
isPassportNumber, etc.