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.
1 parent 581802d commit 0e49461Copy full SHA for 0e49461
9-regular-expressions/11-regexp-groups/article.md
@@ -335,7 +335,7 @@ In the example below we only get the name `match:John` as a separate member of t
335
let str = "Gogogo John!";
336
337
*!*
338
-// ?: exludes 'go' from capturing
+// ?: excludes 'go' from capturing
339
let regexp = /(?:go)+ (\w+)/i;
340
*/!*
341
0 commit comments