aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/reference/global_objects/regexp
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/javascript/reference/global_objects/regexp
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/javascript/reference/global_objects/regexp')
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/compile/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/exec/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/ignorecase/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/regexp/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/rightcontext/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/test/index.html3
-rw-r--r--files/es/web/javascript/reference/global_objects/regexp/tostring/index.html3
8 files changed, 16 insertions, 8 deletions
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
---
<div>{{JSRef}} {{deprecated_header}}</div>
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
---
<div>{{JSRef}}</div>
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
---
<div>{{JSRef}}</div>
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
---
<div>{{JSRef}}</div>
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
---
<div>{{JSRef}}</div>
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
---
<div>{{JSRef}} {{non-standard_header}}</div>
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
---
<div>{{JSRef}}</div>
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
---
<div>{{JSRef}}</div>