regexp-ast-analysis
v0.7.1
Published
A library for analysing JS RegExp
Downloads
2,453,965
Readme
RegExp AST analysis
This is a library providing functionalities to analyse JavaScript RegExp.
All functions operate on AST nodes produced by regexpp. Characters are parsed by refa.
Usage
Install the library using npm:
npm i regexp-ast-analysis
Import the library:
import * as RAA from "regexp-ast-analysis";
Documentation
Links to the full API documentation: