@areknawo/rex
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

ReX.js

Your RegEx companion.

GitHub Travis (.org) Coveralls github Gitter npm bundle size (minified + gzip) code style: prettier Twitter URL

The JS Library for writting complex RegExps with help of autocompletion!

import { Matcher } from '@areknawo/rex'

// Trivia example of usage
const expr = new Matcher()
.find('Reg')
.whitespace()
.capture((expr) => {
  expr.find('Exp')
}).test('Reg Exp'); //true

More information can be found on https://areknawo.github.io/Rex.

Dependents (0)

Package Sidebar

Install

npm i @areknawo/rex

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

248 kB

Total Files

39

Last publish

Collaborators

  • areknawo(u)