This package has been deprecated

Author message:

This package has been deprecated, please use @webilix/helper-library instead.

@webilix/regex-library
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@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

Package Sidebar

Install

npm i @webilix/regex-library

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

83.7 kB

Total Files

146

Last publish

Collaborators

  • webilix