issues
search
mathiasbynens
/
es-regexp-unicode-character-class-escapes
Proposal to improve the character class escape tokens `\d`, `\D`, `\w`, `\W`, and the word boundary assertions `\b` and `\B` in ES6 Unicode regular expressions (with the `u` flag).
http://esdiscuss.org/topic/questions-regarding-es6-unicode-regular-expressions#content-3
12
stars
0
forks
source link
readme
Proposals for ECMAScript regular expressions
Regular expression character class escape sets and word boundary assertions
(not gonna happen)
\p{…}
and
\P{…}