regulex
Regex parser
A JavaScript tool for parsing and visualizing regular expressions
Regular Expression Excited!
6k stars
166 watching
756 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,672 |
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,306 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
rust-lang/regex | An implementation of regular expressions for Rust. | 3,544 |
verbalexpressions/javaverbalexpressions | A Java library that simplifies the construction of complex regular expressions | 2,622 |
francisrstokes/super-expressive | A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. | 4,626 |
yandex/pire | High-performance text matching library with limited functionality. | 330 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 477 |
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. | 290 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |