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 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
tc39/proposal-regexp-x-mode | A proposal to add support for comments and insignificant whitespace in regular expressions | 26 |
tc39/proposal-regexp-atomic-operators | Proposal to add control over backtracking in regular expressions | 17 |
tc39/proposal-regexp-modifiers | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 44 |
tc39/proposal-regex-escaping | An ECMAScript standard proposal to improve regular expression escaping functionality. | 369 |
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
tc39/proposal-regexp-buffer-boundaries | Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing | 7 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
web-stack/lifeofjs | A curated collection of resources on JavaScript in JSON format | 37 |
rstacruz/rsjs | Guides JavaScript structure and behavior in non-SPA web applications to improve maintainability | 192 |
tc39/proposal-duplicate-named-capturing-groups | Allows named capturing groups to have the same name in different alternatives of a regex pattern | 28 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
uprock/javascript | A JavaScript style guide for writing readable and maintainable code | 620 |