Skip to content

Commit

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

* fix: download-artifact@v4

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

---------

Co-authored-by: Vitalii Perehonchuk <[email protected]>
  • Loading branch information
undead404 and viperehonchuk authored Jan 31, 2025
1 parent dc8c6c8 commit df544e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ console.log("abcd".replace(/(?<group>bc)/, addOffset)); // "abc (1) d"
## Дивіться також

- [Поліфіл `String.prototype.replace` у складі `core-js`, з виправленнями й реалізацією сучасної логіки, як то підтримки `Symbol.replace`](https://github.com/zloirock/core-js#ecmascript-string-and-regexp)
- Посібник [Регулярні вирази](/uk/docs/Web/JavaScript/Guide/Regular_expressions)
- {{jsxref("String.prototype.replaceAll()")}}
- {{jsxref("String.prototype.match()")}}
- {{jsxref("RegExp.prototype.exec()")}}
Expand Down

0 comments on commit df544e7

Please sign in to comment.