Skip to content

Commit 7c5a987

Browse files
authored
delete extra content
1 parent 5b684eb commit 7c5a987

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

17-regexp-methods/article.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ alert(result); // Smith, John
204204

205205
If there are many groups, it's convenient to use rest parameters to access them:
206206

207-
208-
Если в регулярном выражении много скобочных групп, то бывает удобно использовать остаточные аргументы для обращения к ним:
209-
210207
```js run
211208
let str = "John Smith";
212209

0 commit comments

Comments
 (0)