RegExplore
regex tester
A live regular expression testing environment built with curses.
Regular Expression Explorer
8 stars
2 watching
0 forks
Language: C++
last commit: almost 4 years ago cursesncursesregexregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
lsvhome/regex-tester | An application designed to test and manipulate regular expressions in C# | 9 |
taw/imba-regexp-explorer | A tool to interactively explore and test regular expressions in the Imba programming language | 2 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
bennypowers/nvim-regexplainer | Displays explanations of regular expressions under the cursor in Neovim | 627 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
trusktr/regexr | A template tag function for composing regular expressions without double escaping. | 62 |
verbalexpressions/qtverbalexpressions | A Qt-based library for pattern matching and text validation using regular expressions | 64 |
tree-sitter/tree-sitter-regex | A parser for regular expressions that provides a structured representation of the match results | 74 |