regexhub
v0.1.3
Published
It's time to stop writing the same pattern anymore
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
