From b44c07e9cb5a6d154b78b22567f01d72457c22aa Mon Sep 17 00:00:00 2001 From: Vitalii Perehonchuk Date: Thu, 22 Dec 2022 15:34:52 +0200 Subject: [PATCH] update(JS): web/javascript/reference/global_objects/string/replaceall (#1147) * Update rebuild script * translation(JS): Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString (#1030) * translation(JS): Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString * Apply suggestions from code review Co-authored-by: Vitalii Perehonchuk Co-authored-by: Vitalii Perehonchuk * update(JS): web/javascript/reference/global_objects/string/match * update(JS): web/javascript/reference/global_objects/string/replaceall Co-authored-by: Mykola Myslovskyi --- .../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 599802fc4c..a439993b06 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 @@ -1,6 +1,7 @@ --- title: String.prototype.replaceAll() slug: Web/JavaScript/Reference/Global_Objects/String/replaceAll +page-type: javascript-instance-method tags: - JavaScript - Method