-
Updated
Mar 13, 2022 - TypeScript
validation-library
Here are 320 public repositories matching this topic...
Add singular form of the following:
getErrors() -> getError()
getWarnings() -> getWarning()
The idea is to return the first error/warning of a field, instead of an array.
Unlike getErrors/getWarnings that can either take 0 or 1 arguments, getError/getWarning must receive a field name.
Function signature:
function getError(fieldName: string): string;
function getWarning(fieldNam
-
Updated
Jun 12, 2020 - Swift
-
Updated
Dec 2, 2021 - JavaScript
-
Updated
Mar 15, 2022 - Java
-
Updated
Mar 16, 2022 - PHP
-
Updated
Dec 1, 2019 - JavaScript
Similar to issue #18, add methods in the collection_ktx package.
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Jan 6, 2020 - Java
-
Updated
Dec 23, 2021 - Python
Improve JsDoc
Feature description
- French translation for the default Validot's message set.
- Placeholders support where applicable.
- Fluent api extension method to
ValidatorSettings
so it can be nicely used fromValidator.Factory.Create
.
Feature in action
var validator = Validator.Factory.Create(
specification,
s => s.WithFrenchTranslation()
);
validator.Settin
-
Updated
Nov 19, 2021 - PHP
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Feb 13, 2022 - JavaScript
-
Updated
Mar 1, 2022 - C#
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Oct 3, 2021
JSON function is a new idea for validating json data, if it correct return true otherwise return false
input is user enterd value.
const JSON = (input) => {
// validate and return
}
const isJSONdata = singlVolder({ type:JSON })
-
Updated
Nov 21, 2020 - TypeScript
-
Updated
Oct 21, 2021 - Python
-
Updated
Mar 19, 2020 - TypeScript
-
Updated
Sep 9, 2021 - Java
-
Updated
Feb 18, 2022 - C#
-
Updated
Jan 10, 2022 - Python
-
Updated
May 15, 2015 - Ruby
-
Updated
Dec 28, 2021 - Java
Improve this page
Add a description, image, and links to the validation-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validation-library topic, visit your repo's landing page and select "manage topics."
output:Bt: Validator range(1|100) doesn't support kind int;