Skip to content

Commit a7b707f

Browse files
authored
Update article.md
1 parent c976c08 commit a7b707f

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
@@ -47,7 +47,7 @@ alert("my@mail.com @ his@site.com.uk".match(reg)); // my@mail.com, his@site.com.
4747

4848
## Содержимое скобок
4949

50-
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.
50+
Группы скобок нумируются слева направо. Поисковый движок запоминает содержимое в каждой группе и позволяет ссылаться на него в шаблоне регулярного выражения или строке для замены.
5151

5252
For instance, we'd like to find HTML tags `pattern:<.*?>`, and process them.
5353

0 commit comments

Comments
 (0)