Fast, Lightweight, Flexible Validator.
Only 2.7KB(after gzip) with 100% test coverage, yet powerful and extendable
npm install --save validator-core
const Validator = require('validator-core')
const validator = new Validator()
// or
import Validator from 'validator-core'
const validator = new Validator()
loaded as a standalone script
<script src="https://unpkg.com/validator-core"></script>
<script type="text/javascript">
const validator = new Validator()
validator.test('hwenleung@gmail.com', 'email') // => true
</script>
Thanks goes to these wonderful people (emoji key):
hwen 🤔 💻 🎨 📖 💡 |
---|
Copyright (c) 2017-present, hwen hwenleung@gmail.com