tc39 / proposal-regexp-r-escape

Regular Expression `\R` Escape for ECMAScript
https://tc39.es/proposal-regexp-r-escape
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

`\R` should be consistent between `u` and `v` modes #1

Closed rbuckton closed 2 years ago

rbuckton commented 2 years ago

After this was presented in the August, 2021 meeting there was a request to align with the behavior of ^ and $ in v mode, as per https://github.com/tc39/proposal-regexp-set-notation/issues/42. We subsequently changed the proposal so as to treat CRLF as a single character per UTS#18.

However, the above issue was closed indicating that such a feature is out of scope for v. As a result, this proposal should change accordingly.