0.1.1 • Published 1 year ago

just-regex v0.1.1

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

Just Regex

npm version GitHub issues Build Status License: ISC

Just Regex is a lightweight JavaScript library for validating strings with regular expressions. It provides a simple and intuitive API for common validation use cases, making it easy to add regex validation to your projects.

Installation

To use Just Regex in your project, you can install it via npm:

npm install just-regex

or yarn:

yarn add just-regex

or use it directly in the browser:

<script src="https://unpkg.com/just-regex"></script>