libjs-validator

Javascript string validation and sanitization for browsers
  http://github.com/chriso/validator.js
  0
  no reviews



This library provides various javascript string validation utilities. for example, check whether a given string is a valid email or url, or valid json. there are also routines to sanitize strings, e.g. trim whitespace or convert to different types.

this package contains the version for web browsers.