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).
- Host: GitHub
- URL: https://github.com/mathiasbynens/es-regexp-unicode-character-class-escapes
- Owner: mathiasbynens
- Created: 2014-08-26T08:03:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T03:50:22.000Z (about 7 years ago)
- Last Synced: 2025-03-27T22:17:28.637Z (2 months ago)
- Homepage: http://esdiscuss.org/topic/questions-regarding-es6-unicode-regular-expressions#content-3
- Size: 9.77 KB
- Stars: 11
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)