From d06300436bf13fc2919dcdfbc38c23112794cff5 Mon Sep 17 00:00:00 2001 From: Rafael Bonalume Lebre Date: Sat, 28 Aug 2021 12:30:50 -0300 Subject: Remove note (#2229) this note can make some people think that replaceAll is not supported by Chrome, which is not true. --- .../javascript/reference/global_objects/string/replaceall/index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'files/pt-br') diff --git a/files/pt-br/web/javascript/reference/global_objects/string/replaceall/index.html b/files/pt-br/web/javascript/reference/global_objects/string/replaceall/index.html index 19ceaaed5b..a9c0c55cc4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/replaceall/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/replaceall/index.html @@ -14,8 +14,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/replaceAll ---
{{JSRef}}
-
Nota: A partir de Agosto de 2020, o método replaceAll() continuará sendo suportado pelo Firefox, mas não pelo Chrome. Ele estará disponível somente no Chrome 85.
-

O método replaceAll() retorna uma nova string com todas as ocorrências de um padrão substituídas por uma substituição. O padrão pode ser uma string ou uma {{jsxref ("RegExp")}}, e a substituição pode ser uma string ou uma função a ser chamada para cada ocorrência.

A string original é mantida sem modificação.

-- cgit v1.2.3-54-g00ecf