compose-regexp.js
Regex builder
Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns.
Build and compose maintainable regular expressions in JavaScript.
145 stars
4 watching
10 forks
Language: JavaScript
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| A tool to help build and understand regular expressions by breaking them down into natural language | 476 |
| A comprehensive resource for learning JavaScript regular expressions | 112 |
| Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
| A live regular expression testing environment built with curses. | 8 |
| An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| A library for regular expressions with named capture groups and back-references. | 10 |
| A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,174 |
| Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
| A flexible regular expression builder for Go. | 197 |
| Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |