2.0.0 • Published 7 years ago
@areknawo/rex v2.0.0
ReX.js
Your RegEx companion.
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.
2.0.0
7 years ago
1.0.1
7 years ago
1.0.0-beta.4
7 years ago
1.0.0-beta.3
7 years ago
1.0.0-beta.2
7 years ago
1.0.0-beta
7 years ago
1.0.0
7 years ago