proposal-regexp-legacy-features
RegExp features
Defines legacy features of the RegExp constructor in JavaScript
Legacy static properties of the RegExp constructor in JavaScript
41 stars
16 watching
13 forks
last commit: about 2 years ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A proposal to add support for comments and insignificant whitespace in regular expressions | 27 |
| | Proposal to add control over backtracking in regular expressions | 17 |
| | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 46 |
| | Standardizes escaping of string characters for use in regular expressions. | 375 |
| | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| | A comprehensive resource for learning JavaScript regular expressions | 112 |
| | Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing | 7 |
| | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
| | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
| | A curated collection of resources on JavaScript in JSON format | 37 |
| | Guides JavaScript structure and behavior in non-SPA web applications to improve maintainability | 193 |
| | Allows named capturing groups to have the same name in different alternatives of a regex pattern | 28 |
| | A utility for converting route patterns into regular expressions | 570 |
| | A JavaScript style guide for writing readable and maintainable code | 620 |