Skip to content

Commit bd7e456

Browse files
Update 9-regular-expressions/17-regexp-methods/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent f55acf7 commit bd7e456

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
@@ -259,7 +259,7 @@ while (result = regexp.exec(str)) {
259259
}
260260
```
261261

262-
Esto también, aunque para navegadores modernos `str.matchAll` es lo más conveniente.
262+
Esto también funciona, aunque para navegadores modernos `str.matchAll` usualmente es lo más conveniente.
263263

264264
**Podemos usar `regexp.exec` para buscar desde una posición dada configurando manualmente el `lastIndex`.**
265265

0 commit comments

Comments
 (0)