Skip to content

Commit

Permalink
Merge pull request #177 from mathiasbynens/patch-3
Browse files Browse the repository at this point in the history
Link to the living spec draft instead of the (now outdated) proposal
  • Loading branch information
DmitrySoshnikov authored May 18, 2019
2 parents e7284fc + ef3be8f commit 108a2eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ Below are the AST node types for different regular expressions patterns:
- [Positive character class](#positive-character-class)
- [Negative character class](#negative-character-class)
- [Character class ranges](#character-class-ranges)
- [Unicode properties](#unicode-properties)
- [Alternative](#alternative)
- [Disjunction](#disjunction)
- [Groups](#groups)
Expand Down Expand Up @@ -1148,7 +1147,7 @@ The AST node for this expression is:
}
```

All possible property names, values, and their aliases can be found at the [specification](https://tc39.github.io/proposal-regexp-unicode-property-escapes/#table-nonbinary-unicode-properties).
All possible property names, values, and their aliases can be found at the [specification](https://tc39.github.io/ecma262/#sec-runtime-semantics-unicodematchproperty-p).

For `General_Category` it is possible to use a shorthand:

Expand Down

0 comments on commit 108a2eb

Please sign in to comment.