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 5c6a3f0 commit f651e96Copy full SHA for f651e96
9-regular-expressions/05-regexp-character-sets-and-ranges/article.md
@@ -15,7 +15,7 @@ alert( "Mop top".match(/[tm]op/gi) ); // "Mop", "top"
15
16
Please note that although there are multiple characters in the set, they correspond to exactly one character in the match.
17
18
-So the example above gives no matches:
+So the example below gives no matches:
19
20
```js run
21
// find "V", then [o or i], then "la"
0 commit comments