proposal-regex-escaping
RegExp escape
An ECMAScript standard proposal to improve regular expression escaping functionality.
Proposal for investigating RegExp escaping for the ECMAScript standard
369 stars
41 watching
32 forks
Language: JavaScript
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
tc39/proposal-regexp-modifiers | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 44 |
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 |
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 |
sindresorhus/escape-string-regexp | Escapes special characters in regular expressions to ensure safe string insertion | 582 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 23 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 185 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
tc39/proposal-regexp-legacy-features | Defines legacy features of the RegExp constructor in JavaScript | 41 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
attackercan/regexp-security-cheatsheet | A resource for identifying and avoiding common security vulnerabilities in regular expressions used in web application security | 711 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |