Licence
ISC
Version
0.1.1
Deps
0
Size
28 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
Just Regex
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>