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