regexhub
v0.1.3
Published
It's time to stop writing the same pattern anymore
Downloads
34
Readme
regexhub

It's time to stop writing the same pattern anymore
Installation
npm install regexhubUsage
var hub = require('regexhub');
var regex = new RegExp(hub.email);
regex.test('[email protected]');License
MIT
