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 e62c44c commit 9543c73Copy full SHA for 9543c73
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