We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc037f commit 787409bCopy full SHA for 787409b
9-regular-expressions/12-regexp-backreferences/article.md
@@ -57,7 +57,7 @@ In the replacement string we use a dollar sign: `pattern:$1`, while in the patte
57
58
If a regexp has many parentheses, it's convenient to give them names.
59
60
-To reference a named group we can use `pattern:\k<имя>`.
+To reference a named group we can use `pattern:\k<name>`.
61
62
In the example below the group with quotes is named `pattern:?<quote>`, so the backreference is `pattern:\k<quote>`:
63
0 commit comments