js-regex
Regex builder
A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way.
A chainable API for constructing RegExps, written in Javascript
67 stars
6 watching
8 forks
Language: JavaScript
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool to help build and understand regular expressions by breaking them down into natural language | 476 |
| Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,174 |
| A human-readable regex library with structured syntax and variable support. | 2 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| A comprehensive resource for learning JavaScript regular expressions | 112 |
| 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 |
| An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
| A Clojure library to create complex regex patterns without using regex syntax | 93 |
| A Swift library for constructing regular expressions and string replacements | 595 |
| Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| A flexible regular expression builder for Go. | 197 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| A live regular expression testing environment built with curses. | 8 |