aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/regexp
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/regexp')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html6
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/regexp/sticky/index.html6
2 files changed, 4 insertions, 8 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html b/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html
index e6f55b596f..b54e70bf99 100644
--- a/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html
@@ -51,12 +51,10 @@ console.log(regex.ignoreCase); // true
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>
-
-
-<p>{{Compat("javascript.builtins.RegExp.ignoreCase")}}</p>
+ <p>{{Compat("javascript.builtins.RegExp.ignoreCase")}}</p>
</div>
<h2 id="See_also">See also</h2>
diff --git a/files/pt-br/web/javascript/reference/global_objects/regexp/sticky/index.html b/files/pt-br/web/javascript/reference/global_objects/regexp/sticky/index.html
index 2030fc7bf1..1348453bce 100644
--- a/files/pt-br/web/javascript/reference/global_objects/regexp/sticky/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/regexp/sticky/index.html
@@ -76,12 +76,10 @@ regex2.test('.\nfoo'); // true - índice 2 é o início da linha
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>
-<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Caso deseje contribuir, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um <em>pull request</em>.</div>
-
-<p>{{Compat("javascript.builtins.RegExp.sticky")}}</p>
+ <p>{{Compat("javascript.builtins.RegExp.sticky")}}</p>
</div>
<h2 id="Veja_também">Veja também</h2>