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 37107f7 commit 641dd56Copy full SHA for 641dd56
9-regular-expressions/17-regexp-methods/article.md
@@ -204,9 +204,6 @@ alert(result); // Smith, John
204
205
If there are many groups, it's convenient to use rest parameters to access them:
206
207
-
208
-Если в регулярном выражении много скобочных групп, то бывает удобно использовать остаточные аргументы для обращения к ним:
209
210
```js run
211
let str = "John Smith";
212
0 commit comments