s-validater
v2.2.1
Published
a validate lib for nodejs
Downloads
6
Readme
s-validater
a validate lib for nodejs
feature
- type checking: boolean, string, date, number, array, or plain object
- validation full result: error, errorFilds, effective data collection
- custom validation function
- string length(min, max), number(min, max), RegExp check
- post value filter
- async validate function support
install
npm install s-validater --save
how to use
read more example from test/test.js
test
$ git clone https://github.com/zxdong262/s-validater.git
$ cd s-validater
$ npm install
$ npm install mocha -g
$ mocha