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 91b0eb8 commit bc67b57Copy full SHA for bc67b57
9-regular-expressions/17-regexp-methods/article.md
@@ -20,7 +20,7 @@ Possui 3 modos:
20
alert( result.length ); // 2
21
22
// Informação adicional:
23
- alert( result.index ); // 0 (posição da correspondÊncia)
+ alert( result.index ); // 7 (posição da correspondÊncia)
24
alert( result.input ); // Eu amo JavaScript (string original)
25
```
26
0 commit comments