2.0.1 • Published 10 years ago

verigy v2.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

verigy

simple package to strip out unwanted characters for gmail addresses

Usage

CLI

$ npm install -g verigy
$ verigy evan.lucas@gmail.com
=> evan.lucas@gmail.com => evanlucas@gmail.com

Package

$ npm install --save verigy

Example

var verigy = require('verigy')
verigy('evan.lucas@gmail.com')
// => 'evanlucas@gmail.com'

verigy('evanlucas+blah@gmail.com')
// => 'evanlucas@gmail.com'

Test

$ npm test

Author

Evan Lucas

License

Licensed under the MIT license. For more info, see LICENSE