proposal-regexp-r-escape
Line terminator regex
Proposes an escape sequence for matching Unicode line terminators in regular expressions
Regular Expression \R
Escape for ECMAScript
5 stars
6 watching
3 forks
Language: HTML
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Standardizes escaping of string characters for use in regular expressions. | 375 |
| Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing | 7 |
| A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 46 |
| 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 live regular expression testing environment built with curses. | 8 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A template tag function for composing regular expressions without double escaping. | 63 |
| A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
| Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |