We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7f0ee commit 06fa0c2Copy full SHA for 06fa0c2
1 file changed
9-regular-expressions/03-regexp-character-classes/article.md
@@ -255,11 +255,7 @@ alert( "A\nB".match(/A.B/s) ); // A\nB (совпадение!)
255
256
...Но это не все!
257
258
-<<<<<<< HEAD
259
Современный JavaScript также позволяет искать символы по их свойствам Юникода, например:
260
-=======
261
-Modern JavaScript also allows to look for characters by their Unicode properties, for instance:
262
->>>>>>> master
263
264
- Кириллица: `pattern:\p{Script=Cyrillic}` или `pattern:\p{sc=Cyrillic}`.
265
- Тире (будь то короткое `-` или длинное тире `—`): `pattern:\p{Dash_Punctuation}` или `pattern:\p{pd}`.
0 commit comments