Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68c1337

Browse filesBrowse files
vsemozhetbytaddaleax
authored andcommitted
doc: add RegExp Unicode Property Escapes to intl
PR-URL: #19052 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent fd27165 commit 68c1337
Copy full SHA for 68c1337

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/intl.md‎

Copy file name to clipboardExpand all lines: doc/api/intl.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ programs. Some of them are:
1919
- [`require('buffer').transcode()`][]
2020
- More accurate [REPL][] line editing
2121
- [`require('util').TextDecoder`][]
22+
- [RegExp Unicode Property Escapes][]
2223

2324
Node.js (and its underlying V8 engine) uses [ICU][] to implement these features
2425
in native C/C++ code. However, some of them require a very large ICU data file
@@ -55,6 +56,7 @@ option:
5556
| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full |
5657
| [REPL][] | partial (inaccurate line editing) | full | full | full |
5758
| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full |
59+
| [RegExp Unicode Property Escapes][] | none (invalid RegExp error) | full | full | full |
5860

5961
*Note*: The "(not locale-aware)" designation denotes that the function carries
6062
out its operation just like the non-`Locale` version of the function, if one
@@ -207,6 +209,7 @@ to be helpful:
207209
[ECMA-402]: https://tc39.github.io/ecma402/
208210
[ICU]: http://icu-project.org/
209211
[REPL]: repl.html#repl_repl
212+
[RegExp Unicode Property Escapes]: https://github.com/tc39/proposal-regexp-unicode-property-escapes
210213
[Test262]: https://github.com/tc39/test262/tree/master/test/intl402
211214
[WHATWG URL parser]: url.html#url_the_whatwg_url_api
212215
[btest402]: https://github.com/srl295/btest402

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.