regexpp
RegExp parser
A parser and validator for regular expressions in ECMAScript
The regular expression parser for ECMAScript.
24 stars
4 watching
5 forks
Language: TypeScript
last commit: about 1 year ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An ESLint plugin for detecting and enforcing regular expression best practices | 701 |
| | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
| | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| | Standardizes escaping of string characters for use in regular expressions. | 375 |
| | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
| | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| | A utility for converting route patterns into regular expressions | 570 |
| | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
| | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 46 |
| | A live regular expression testing environment built with curses. | 8 |
| | A type provider for regular expressions. | 74 |
| | A proposal to add support for comments and insignificant whitespace in regular expressions | 27 |
| | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
| | Detects vulnerable regex using an external API | 5 |