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!!
- Cloning the GitHub repo at: https://github.com/isaacszn/RegexJS.
- Or adding the CDN link (https://regexjs.vercel.app/lib/regex.min.js) a script tag in your project's HTML file.
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 :)