From 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:51 +0100 Subject: unslug es: modify --- .../web/javascript/reference/global_objects/regexp/compile/index.html | 3 ++- .../es/web/javascript/reference/global_objects/regexp/exec/index.html | 3 ++- .../javascript/reference/global_objects/regexp/ignorecase/index.html | 3 ++- files/es/web/javascript/reference/global_objects/regexp/index.html | 3 ++- .../web/javascript/reference/global_objects/regexp/regexp/index.html | 3 ++- .../javascript/reference/global_objects/regexp/rightcontext/index.html | 3 ++- .../es/web/javascript/reference/global_objects/regexp/test/index.html | 3 ++- .../web/javascript/reference/global_objects/regexp/tostring/index.html | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) (limited to 'files/es/web/javascript/reference/global_objects/regexp') diff --git a/files/es/web/javascript/reference/global_objects/regexp/compile/index.html b/files/es/web/javascript/reference/global_objects/regexp/compile/index.html index 0bce81a56d..9f23a0b47f 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/compile/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/compile/index.html @@ -1,6 +1,6 @@ --- title: RegExp.prototype.compile() -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/compile +slug: Web/JavaScript/Reference/Global_Objects/RegExp/compile tags: - Desaprovado - Expresion Regular @@ -11,6 +11,7 @@ tags: - RegExp - metodo translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/compile +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/compile ---
{{JSRef}} {{deprecated_header}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/exec/index.html b/files/es/web/javascript/reference/global_objects/regexp/exec/index.html index 1925e63b67..a285f13a40 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/exec/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/exec/index.html @@ -1,6 +1,6 @@ --- title: RegExp.prototype.exec() -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/exec +slug: Web/JavaScript/Reference/Global_Objects/RegExp/exec tags: - Expresiones Regulares - JavaScript @@ -9,6 +9,7 @@ tags: - RegExp - metodo translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/exec +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/exec ---
{{JSRef}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/ignorecase/index.html b/files/es/web/javascript/reference/global_objects/regexp/ignorecase/index.html index 9073d631d1..24e70a06ac 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/ignorecase/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/ignorecase/index.html @@ -1,7 +1,8 @@ --- title: RegExp.prototype.ignoreCase -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/ignoreCase +slug: Web/JavaScript/Reference/Global_Objects/RegExp/ignoreCase translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/ignoreCase +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/ignoreCase ---
{{JSRef}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/index.html b/files/es/web/javascript/reference/global_objects/regexp/index.html index 9a26edead0..8439c565a9 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/index.html @@ -1,6 +1,6 @@ --- title: RegExp -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp +slug: Web/JavaScript/Reference/Global_Objects/RegExp tags: - Clase - Expresiones Regulares @@ -8,6 +8,7 @@ tags: - Referencia - RegExp translation_of: Web/JavaScript/Reference/Global_Objects/RegExp +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp ---
{{JSRef}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/regexp/index.html b/files/es/web/javascript/reference/global_objects/regexp/regexp/index.html index ad3a8c90e9..f4d4cfb535 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/regexp/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/regexp/index.html @@ -1,12 +1,13 @@ --- title: Constructor RegExp() -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/RegExp +slug: Web/JavaScript/Reference/Global_Objects/RegExp/RegExp tags: - Constructor - JavaScript - Referencia - RegExp translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/RegExp +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/RegExp ---
{{JSRef}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/rightcontext/index.html b/files/es/web/javascript/reference/global_objects/regexp/rightcontext/index.html index 39530ee1b5..ad127b9f08 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/rightcontext/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/rightcontext/index.html @@ -1,7 +1,8 @@ --- title: RegExp.rightContext ($') -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/rightContext +slug: Web/JavaScript/Reference/Global_Objects/RegExp/rightContext translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/rightContext +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/rightContext ---
{{JSRef}} {{non-standard_header}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/test/index.html b/files/es/web/javascript/reference/global_objects/regexp/test/index.html index 4507b57c97..712b914236 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/test/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/test/index.html @@ -1,11 +1,12 @@ --- title: RegExp.prototype.test() -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/test +slug: Web/JavaScript/Reference/Global_Objects/RegExp/test tags: - Expresion Regular - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/test +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/test ---
{{JSRef}}
diff --git a/files/es/web/javascript/reference/global_objects/regexp/tostring/index.html b/files/es/web/javascript/reference/global_objects/regexp/tostring/index.html index 50c10d2bb2..724de783f7 100644 --- a/files/es/web/javascript/reference/global_objects/regexp/tostring/index.html +++ b/files/es/web/javascript/reference/global_objects/regexp/tostring/index.html @@ -1,11 +1,12 @@ --- title: RegExp.prototype.toString() -slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/toString +slug: Web/JavaScript/Reference/Global_Objects/RegExp/toString tags: - Expresion Regular - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/toString +original_slug: Web/JavaScript/Referencia/Objetos_globales/RegExp/toString ---
{{JSRef}}
-- cgit v1.2.3-54-g00ecf