eslint-plugin-optimize-regex
Regex optimizer
A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance.
Optimize regex literals
74 stars
4 watching
7 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list
eslinteslint-plugineslint-rulesoptimizerregexregexp
Related projects:
Repository | Description | Stars |
---|---|---|
ota-meshi/eslint-plugin-regexp | An ESLint plugin for detecting and enforcing regular expression best practices | 697 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
es-tooling/eslint-plugin-depend | Provides suggestions for optimizing dependencies and reducing redundancy in software projects | 349 |
tjenkinson/eslint-plugin-redos-detector | Detects vulnerable regex using an external API | 5 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 23 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
slevithan/regex-colorizer | A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. | 176 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 477 |