1.1.0 • Published 1 year ago

@webilix/regex-library v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@webilix/regex-library

Regular expression library

Table of contents

Installation

npm install --save @webilix/regex-library

Usage

import { RegX } from '@webilix/regex-library';
RegX.DATE.verify('2000-01-01');

Regular Expressions

  • DATE
  • DOMAIN
  • EMAIL
  • HEX_COLOR
  • IP4
  • JSON_DATE
  • MOBILE
  • NUMERIC
  • PASSWORD
  • TIME
  • URL
  • USERNAME

Tests

git clone https://github.com/webilix/regex-library.git
npm install
npm test