verigy
v2.0.1
Published
Strip invalid characters from email addresses
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 verigyExample
var verigy = require('verigy')
verigy('[email protected]')
// => '[email protected]'
verigy('[email protected]')
// => '[email protected]'Test
$ npm testAuthor
Evan Lucas
License
Licensed under the MIT license. For more info, see LICENSE
