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 |
---|---|---|
tc39/proposal-regex-escaping | Standardizes escaping of string characters for use in regular expressions. | 372 |
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-modifiers | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 44 |
tc39/proposal-regexp-x-mode | A proposal to add support for comments and insignificant whitespace in regular expressions | 27 |
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 | 584 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 24 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 188 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
trusktr/regexr | A template tag function for composing regular expressions without double escaping. | 63 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
mathiasbynens/regexpu | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |