Skip to content

Commit

Permalink
update(JS): web/javascript/reference/global_objects/string/replace (#476
Browse files Browse the repository at this point in the history
)

* update(JS): web/javascript/reference/global_objects/string/replace

* update(JS): web/javascript/reference/global_objects/string/replace
Fix mistake

* Update files/uk/web/javascript/reference/global_objects/string/replace/index.md

Co-authored-by: Mykola Myslovskyi <[email protected]>

* update(JS): web/javascript/reference/global_objects/string/replace

* update(JS): web/javascript/reference/global_objects/string/replace

* update(JS): web/javascript/reference/global_objects/string/replace

Co-authored-by: Mykola Myslovskyi <[email protected]>
  • Loading branch information
undead404 and AdriandeCita authored Jul 23, 2022
1 parent afc587b commit 5fcd7c5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- Reference
- Regular
- String
- Polyfill
browser-compat: javascript.builtins.String.replace
---

Expand Down Expand Up @@ -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()")}}
Expand Down

0 comments on commit 5fcd7c5

Please sign in to comment.