diff options
Diffstat (limited to 'files/es/web/javascript/guide/regular_expressions/groups_and_ranges')
-rw-r--r-- | files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html b/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html index 34eed03589..17e377f501 100644 --- a/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html +++ b/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html @@ -1,6 +1,6 @@ --- title: Grupos y rangos -slug: Web/JavaScript/Guide/Regular_Expressions/Grupos_y_rangos +slug: Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges tags: - Expresiones Regulares - Guía @@ -10,6 +10,7 @@ tags: - grupos - regex translation_of: Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges +original_slug: Web/JavaScript/Guide/Regular_Expressions/Grupos_y_rangos --- <p>{{jsSidebar("JavaScript Guide")}}</p> |