regex-colorizer
Regex highlighter
A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages.
Highlighter for JavaScript regex syntax
176 stars
10 watching
23 forks
Language: JavaScript
last commit: 4 months ago regexregexpregular-expressionsyntax-highlighting
Related projects:
Repository | Description | Stars |
---|---|---|
slevithan/regex | A template tag library for readable and high-performance native JavaScript regular expressions with extended syntax and context-aware interpolation. | 518 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 570 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
brainmaestro/eslint-plugin-optimize-regex | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
rehypejs/rehype-highlight | A rehype plugin for syntax highlighting | 274 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
ploomber/dash-react-syntax-highlighter | Provides syntax highlighting for code snippets in Dash applications. | 1 |
cesanta/slre | A lightweight C/C++ regular expression engine optimized for performance and compactness. | 535 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
trusktr/regexr | A template tag function for composing regular expressions without double escaping. | 63 |