Skip to content

Commit bc67b57

Browse files
authored
Update 9-regular-expressions/17-regexp-methods/article.md
1 parent 91b0eb8 commit bc67b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9-regular-expressions/17-regexp-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Possui 3 modos:
2020
alert( result.length ); // 2
2121

2222
// Informação adicional:
23-
alert( result.index ); // 0 (posição da correspondÊncia)
23+
alert( result.index ); // 7 (posição da correspondÊncia)
2424
alert( result.input ); // Eu amo JavaScript (string original)
2525
```
2626

0 commit comments

Comments
 (0)