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: 6 months ago regexregexp
Related projects:
Repository | Description | Stars |
---|---|---|
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 570 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 24 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
trusktr/regexr | A template tag function for composing regular expressions without double escaping. | 63 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
tree-sitter/tree-sitter-regex | A parser for regular expressions that provides a structured representation of the match results | 74 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 103 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 332 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
tc39/proposal-regex-escaping | Standardizes escaping of string characters for use in regular expressions. | 372 |