# just-regex

> Just Regular Expression which helps simplify your code validation

Latest version **0.1.1** (published 2023-04-09) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install just-regex
pnpm add just-regex
yarn add just-regex
bun add just-regex
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2023-04-09 |
| First published | 2023-04-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 28.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Deri Kurniawan |
| Maintainers | deri-kurniawan |
| Keywords | regex, regular expression, regex library, javascript regex, js regex, validation, input validation, form validation, regex validator |

## Links

- npm: https://www.npmjs.com/package/just-regex
- Repository: https://github.com/deri-kurniawan/just-regex
- Homepage: https://github.com/deri-kurniawan/just-regex#readme
- Issues: https://github.com/deri-kurniawan/just-regex/issues
- npm.io page: https://npm.io/package/just-regex

## Alternatives

- [@regle/core](https://npm.io/package/@regle/core.md) — 47.0K weekly downloads
- [typeof-arguments](https://npm.io/package/typeof-arguments.md) — 12.5K weekly downloads
- [@lokalise/projects-engine-contracts](https://npm.io/package/@lokalise/projects-engine-contracts.md) — 978 weekly downloads
- [@osjwnpm/nam-laboriosam-quibusdam](https://npm.io/package/@osjwnpm/nam-laboriosam-quibusdam.md) — 70 weekly downloads
- [@oridune/validator](https://npm.io/package/@oridune/validator.md) — 16 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2023-04-09
- 0.1.0 — 2023-04-09

## README

# Just Regex

[![npm version](https://badge.fury.io/js/just-regex.svg)](https://www.npmjs.com/package/just-regex)
[![GitHub issues](https://img.shields.io/github/issues/Deri-Kurniawan/just-regex)](https://github.com/Deri-Kurniawan/just-regex/issues)
[![Build Status](https://app.travis-ci.com/Deri-Kurniawan/just-regex.svg?branch=development)](https://app.travis-ci.com/Deri-Kurniawan/just-regex)
[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/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:

```bash
npm install just-regex
```
or yarn:
```bash
yarn add just-regex
```
or use it directly in the browser:
```html
<script src="https://unpkg.com/just-regex"></script>
```

---
_Source: https://npm.io/package/just-regex · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
