Remove outdated sentence from README (#7311)
Unicode property escapes are now part of ECMAScript proper. [skip ci]
This commit is contained in:
parent
ed98d2491e
commit
96c0415c86
@ -2,8 +2,6 @@
|
||||
|
||||
Compile [Unicode property escapes](https://github.com/mathiasbynens/regexpu-core/blob/master/property-escapes.md) (`\p{…}` and `\P{…}`) in Unicode regular expressions to ES5 or ES6 that works in today’s environments.
|
||||
|
||||
**Note:** the Unicode property escape syntax is non-standard and may or may not reflect what eventually gets specified.
|
||||
|
||||
[Here’s an online demo.](https://mothereff.in/regexpu#input=var+regex+%3D+/%5Cp%7BScript_Extensions%3DGreek%7D/u%3B&unicodePropertyEscape=1)
|
||||
|
||||
## Installation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user