We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 374bd26 + f19495e commit 2c0c69eCopy full SHA for 2c0c69e
9-regular-expressions/09-regexp-groups/article.md
@@ -162,7 +162,7 @@ alert(groups.day); // 30
162
163
As you can see, the groups reside in the `.groups` property of the match.
164
165
-Wee can also use them in replacements, as `pattern:$<name>` (like `$1..9`, but name instead of a digit).
+We can also use them in replacements, as `pattern:$<name>` (like `$1..9`, but name instead of a digit).
166
167
For instance, let's rearrange the date into `day.month.year`:
168
0 commit comments