Skip to content

Commit aee3d3b

Browse files
cortizgjoaquinelio
andauthored
Update 9-regular-expressions/09-regexp-quantifiers/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent a0e5e2e commit aee3d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 9-regular-expressions/09-regexp-quantifiers

9-regular-expressions/09-regexp-quantifiers/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ En acción:
105105
alert( "0 1 12.345 7890".match(/\d+\.\d+/g) ); // 12.345
106106
```
107107

108-
**Regexp para una "etiqueta HTML de apertura si atributos", tal como `<span>` or `<p>`.**
108+
**Regexp para una "etiqueta HTML de apertura sin atributos", tales como `<span>` or `<p>`.**
109109

110110
1. La más simple: `pattern:/<[a-z]+>/i`
111111

0 commit comments

Comments
 (0)