regular

0.1.6 • Public • Published

regular

A collection of Javascript regular expressions. One npm module to easily install and have access to the most commonly used regeular expressions.

Install

npm install regular --save

Usage

This module is simply a collection of regular expression. Use them as you would any other expression.

var regular = require('regular');
 
console.log(regular.email.test('someemail@gmail.com')) // outputs true

Include Expressions

  • email
  • url
  • domain
  • slug
  • ip address
  • credit cards (visa, mastercard, amex, discover)
  • US social security numbers
  • alpha numerics
  • number
  • basicAuth
  • html (is this html?)
  • (More to come. Submit a pull request!)

Test

npm test

/regular/

    Package Sidebar

    Install

    npm i regular

    Weekly Downloads

    562

    Version

    0.1.6

    License

    BSD

    Last publish

    Collaborators

    • scottcorgan