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 2e3f295 commit b82579eCopy full SHA for b82579e
1 file changed
9-regular-expressions/12-regexp-backreferences/article.md
@@ -57,11 +57,7 @@ alert( str.match(regexp) ); // "She's the one!"
57
58
إذا كان التعبير العادي يحتوي على العديد من الأقواس ، فمن المناسب إعطاءهم أسماء.
59
60
-<<<<<<< HEAD
61
-للإشارة إلى مجموعة مسماة ، يمكننا استخدام `pattern: \ k <имя>`.
62
-=======
63
-To reference a named group we can use `pattern:\k<name>`.
64
->>>>>>> 69e44506c3e9dac74c282be37b55ba7ff122ae74
+للإشارة إلى مجموعة مسماة، يمكننا استخدام `pattern:\k<الاسم>`.
65
66
في المثال أدناه ، المجموعة التي تحتوي على علامات اقتباس تسمى `pattern :؟ <quote>` ، لذا فإن المرجع الخلفي هو `pattern: \ k <quote>`:
67
0 commit comments