Skip to content

subhadip1203/input-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Input Validator

JS validator library for NodeJS and client side JavaScript

features:

  1. validate different "Types" of data type:

    a. isNumeric : only numbers allowed ,
    b. isAlpha : only Alphabetical letters allowed ,
    c. isAlphaSpace : only Alphabetical letters and Blank_Space allowed ,
    d. isEmail : only valid Email allowed ,
    e. isDateTime : only valid date or date_time allowed' ,

  2. validate different "Lengths" property:

    a. length_min : Character Count minimum value , b. length_max : Character Count maximum value ,
    c. value_min : absolute minimum value ,
    d. value_max : absolute maximum value ,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published