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 aee3d3b commit 8590abbCopy full SHA for 8590abb
9-regular-expressions/09-regexp-quantifiers/article.md
@@ -105,7 +105,7 @@ En acción:
105
alert( "0 1 12.345 7890".match(/\d+\.\d+/g) ); // 12.345
106
```
107
108
-**Regexp para una "etiqueta HTML de apertura sin atributos", tales como `<span>` or `<p>`.**
+**Regexp para una "etiqueta HTML de apertura sin atributos", tales como `<span>` o `<p>`.**
109
110
1. La más simple: `pattern:/<[a-z]+>/i`
111
0 commit comments