An open API service indexing awesome lists of open source software.

https://github.com/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).
https://github.com/mathiasbynens/es-regexp-unicode-character-class-escapes

Last synced: about 2 months ago
JSON representation

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).

Awesome Lists containing this project

README

        

# Proposals for ECMAScript regular expressions

* [~~Regular expression character class escape sets and word boundary assertions~~](d-w-b.md) (not gonna happen)
* [`\p{…}` and `\P{…}`](https://github.com/mathiasbynens/es-regexp-unicode-property-escapes)