regulex
Regex parser
A JavaScript tool for parsing and visualizing regular expressions
Regular Expression Excited!
6k stars
166 watching
758 forks
Language: TypeScript
last commit: over 2 years ago
Linked from 2 awesome lists
diagramjavascriptregexregexpregular-expressionregulextypescript
Related projects:
Repository | Description | Stars |
---|---|---|
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
ziishaned/learn-regex | An introduction to regular expressions with explanations and examples. | 45,746 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
devongovett/regexgen | Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method | 3,344 |
slevithan/xregexp | An extended JavaScript regular expression utility with modern syntax and flags beyond native browser support. | 3,307 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
rust-lang/regex | An implementation of regular expressions for Rust. | 3,580 |
verbalexpressions/javaverbalexpressions | A Java library that simplifies the construction of complex regular expressions | 2,624 |
francisrstokes/super-expressive | A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. | 4,630 |
yandex/pire | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 476 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |