Primary
String.prototype.replaceAll() ⚬|Documentation|1st|20251021233041-00-⌔
String.prototype.replaceAll() - JavaScript | MDN
String.prototype.replaceAll()
The replaceAll() method of
Stringvalues returns a new string with all matches of apatternreplaced by areplacement. Thepatterncan be a string or aRegExp, and thereplacementcan be a string or a function to be called for each match. The original string is left unchanged.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •