Skip to content

Commit e8de5ea

Browse files
committed
Add some ECMAScript and Unicode documentation
1 parent 4d323a2 commit e8de5ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ if isMatch, _ := re.MatchString(`Something to match`); isMatch {
9292

9393
This feature is a work in progress and I'm open to ideas for more things to put here (maybe more relaxed character escaping rules?).
9494

95+
## ECMAScript compatibility mode
96+
In this mode the engine provides compatibility with the [regex engine](https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp-regular-expression-objects) described in the ECMAScript specification.
97+
98+
Additionally a Unicode mode is provided which allows parsing of `\u{CodePoint}` syntax that is only when both are provided.
9599

96100
## Library features that I'm still working on
97101
- Regex split

0 commit comments

Comments
 (0)