From aa5d4f73cb62a79cc3758a8ee5b2ff0221aa0c5f Mon Sep 17 00:00:00 2001 From: Vitalii Perehonchuk Date: Mon, 3 Feb 2025 10:51:31 +0200 Subject: [PATCH] update(JS): web/javascript/reference/global_objects/string/replaceall --- .../reference/global_objects/string/replaceall/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files/uk/web/javascript/reference/global_objects/string/replaceall/index.md b/files/uk/web/javascript/reference/global_objects/string/replaceall/index.md index 2b0e738e7..974409156 100644 --- a/files/uk/web/javascript/reference/global_objects/string/replaceall/index.md +++ b/files/uk/web/javascript/reference/global_objects/string/replaceall/index.md @@ -103,6 +103,7 @@ console.log(safeRedactName(report, "ха.*ер")); // "Хакер на ім'я [ ## Дивіться також - Поліфіл методу `String.prototype.replaceAll` доступний у [`core-js`](https://github.com/zloirock/core-js#ecmascript-string-and-regexp) +- Посібник [Регулярні вирази](/uk/docs/Web/JavaScript/Guide/Regular_expressions) - {{jsxref("String.prototype.replace()")}} - {{jsxref("String.prototype.match()")}} - {{jsxref("RegExp.prototype.exec()")}}