verigy

2.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i verigy

Weekly Downloads

4

Version

2.0.1

License

MIT

Last publish

Collaborators

  • eh
  • evanlucas