proposal-regex-escaping
String escaping
Standardizes escaping of string characters for use in regular expressions.
Proposal for investigating RegExp escaping for the ECMAScript standard
375 stars
41 watching
32 forks
Language: JavaScript
last commit: 12 months ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 46 |
| | Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing | 7 |
| | A proposal to add support for comments and insignificant whitespace in regular expressions | 27 |
| | Proposal to add control over backtracking in regular expressions | 17 |
| | Escapes special characters in regular expressions to ensure safe string insertion | 584 |
| | A parser and validator for regular expressions in ECMAScript | 24 |
| | A regular expression library for matching ANSI escape codes | 188 |
| | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| | Defines legacy features of the RegExp constructor in JavaScript | 41 |
| | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
| | A resource for identifying and avoiding common security vulnerabilities in regular expressions used in web application security | 707 |
| | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
| | A comprehensive resource for learning JavaScript regular expressions | 112 |