You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 9-regular-expressions/03-regexp-unicode/article.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ alert('𝒳'.length); // 2
33
33
34
34
## Юникодные свойства \p{...}
35
35
36
-
```warn header="Не поддерживается в Firefox и Edge"
37
-
Несмотря на то, что это часть стандарта с 2018 года, юникодные свойства не поддерживаются в Firefox ([задача](https://bugzilla.mozilla.org/show_bug.cgi?id=1361876)) и Edge ([задача](https://github.com/Microsoft/ChakraCore/issues/2969)).
36
+
```warn header="Не поддерживается в некоторых старых браузерах"
37
+
Несмотря на то, что это часть стандарта с 2018 года, юникодные свойства не поддерживаются в Firefox до 78 версии и в Edge до 79 версии.
38
38
39
39
Существует библиотека [XRegExp](http://xregexp.com), которая реализует "расширенные" регулярные выражения с кросс-браузерной поддержкой юникодных свойств.
0 commit comments