diff --git a/files/uk/web/javascript/reference/global_objects/string/replace/index.md b/files/uk/web/javascript/reference/global_objects/string/replace/index.md index 3652d70ecc..fd35f46549 100644 --- a/files/uk/web/javascript/reference/global_objects/string/replace/index.md +++ b/files/uk/web/javascript/reference/global_objects/string/replace/index.md @@ -9,6 +9,7 @@ tags: - Reference - Regular - String + - Polyfill browser-compat: javascript.builtins.String.replace --- @@ -192,6 +193,7 @@ function f2c(x) { ## Дивіться також +- [Поліфіл `String.prototype.replace` у складі `core-js`, з виправленнями й реалізацією сучасної логіки, як то підтримки `Symbol.replace`](https://github.com/zloirock/core-js#ecmascript-string-and-regexp) - {{jsxref("String.prototype.replaceAll", "String.prototype.replaceAll()")}} - {{jsxref("String.prototype.match", "String.prototype.match()")}} - {{jsxref("RegExp.prototype.exec", "RegExp.prototype.exec()")}}