reges

0.0.3 • Public • Published

reges

A collection of regular expressions

Installation

npm install reges

Quick Start

var reges = require('reges');
 
if ('jack@mail.com'.match(reges.email)) {
  console.log('let go');
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i reges

Weekly Downloads

1,127

Version

0.0.3

License

MIT

Last publish

Collaborators

  • shallker-wang