Skip to content

Commit

Permalink
update(JS): web/javascript/reference/global_objects/string/replaceall
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Feb 3, 2025
1 parent 1b4d88b commit aa5d4f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()")}}
Expand Down

0 comments on commit aa5d4f7

Please sign in to comment.