Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

webilix/regex-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@webilix/regex-library

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


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

About

Regular expression library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published