regexp-ast-analysis
Regex parser
A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes
A library for analysing JS RegExp
3 stars
2 watching
1 forks
Language: TypeScript
last commit: 8 months ago regexregexp
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| A utility for converting route patterns into regular expressions | 570 |
| A parser and validator for regular expressions in ECMAScript | 24 |
| A comprehensive resource for learning JavaScript regular expressions | 112 |
| A live regular expression testing environment built with curses. | 8 |
| A template tag function for composing regular expressions without double escaping. | 63 |
| A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
| Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| A parser for regular expressions that provides a structured representation of the match results | 74 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| A library for regular expressions with named capture groups and back-references. | 10 |
| A tool for comparing the performance of different regular expression engines | 103 |
| A Swift library for working with regular expressions. | 332 |
| A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
| Standardizes escaping of string characters for use in regular expressions. | 375 |