verigy
v2.0.1
Published
Strip invalid characters from email addresses
Downloads
60
Readme
verigy
simple package to strip out unwanted characters for gmail addresses
Usage
CLI
$ npm install -g verigy
$ verigy [email protected]
=> [email protected] => [email protected]
Package
$ npm install --save verigy
Example
var verigy = require('verigy')
verigy('[email protected]')
// => '[email protected]'
verigy('[email protected]')
// => '[email protected]'
Test
$ npm test
Author
Evan Lucas
License
Licensed under the MIT license. For more info, see LICENSE