regex-nodes
Regex Editor
An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code.
Visualize and edit regular expressions for use in javascript.
35 stars
4 watching
6 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
editorgraphjavascriptregexregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
slevithan/regex-colorizer | A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. | 176 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
brainmaestro/eslint-plugin-optimize-regex | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
jjulien/hiera-regex | A data backend for Hiera that matches client facts against regular expression patterns to provide hierarchical data | 12 |
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/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |