Skip to content

Commit c976c08

Browse files
authored
Update article.md
1 parent 418ca73 commit c976c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

9-regular-expressions/09-regexp-groups/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ alert("my@mail.com @ his@site.com.uk".match(reg)); // my@mail.com, his@site.com.
4545

4646
В примере скобки используются для создания повторяющейся группы `pattern:(...)+`. Но есть и другие применения. Посмотрим на них.
4747

48-
## Contents of parentheses
48+
## Содержимое скобок
4949

5050
Parentheses are numbered from left to right. The search engine remembers the content of each and allows to reference it in the pattern or in the replacement string.
5151

0 commit comments

Comments
 (0)