Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 694 Bytes

File metadata and controls

12 lines (10 loc) · 694 Bytes

RegexJS

RegexJS is an open source JavaScript library built to clear the worries of developers having to create a regular expression patterns for validation of input and data. It is fullpacked with lots of pre-written methods for doing regex validation/test behind the scene!!

How to setup RegexJS

You can get started with RegexJS by:

  1. Cloning the GitHub repo at: https://github.com/isaacszn/RegexJS.
  2. Or adding the CDN link (https://regexjs.vercel.app/lib/regex.min.js) a script tag in your project's HTML file.

Contribution

RegexJS is an open source library, so, therefore it's open to contributions (for bug fixes, improvements .etc.)

  • Don't forget to star the repo btw :)