We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3889038 + 787409b commit 43a2b02Copy full SHA for 43a2b02
1 file changed
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