regexp-tree
RegExp tools
Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript
Regular expressions processor in JavaScript
401 stars
12 watching
45 forks
Language: JavaScript
last commit: 6 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A comprehensive resource for learning JavaScript regular expressions | 112 |
| Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| A utility for converting route patterns into regular expressions | 570 |
| An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
| Escapes special characters in regular expressions to ensure safe string insertion | 584 |
| A parser for regular expressions that provides a structured representation of the match results | 74 |
| A template tag function for composing regular expressions without double escaping. | 63 |
| A C-language regular expression engine designed for speed and simplicity. | 10 |
| A live regular expression testing environment built with curses. | 8 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| A parser and validator for regular expressions in ECMAScript | 24 |
| Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
| A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
| A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |