JS validator library for NodeJS and client side JavaScript
-
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' , -
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 ,