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 879cfa0 + 980f487 commit 1f2987dCopy full SHA for 1f2987d
9-regular-expressions/17-regexp-methods/article.md
@@ -20,7 +20,7 @@ It has 3 modes:
20
alert( result.length ); // 2
21
22
// Additional information:
23
- alert( result.index ); // 0 (match position)
+ alert( result.index ); // 7 (match position)
24
alert( result.input ); // I love JavaScript (source string)
25
```
26
0 commit comments