Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

reges

shallker14.3kMIT0.0.3

A collection of regular expressions

regex

readme

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