🏠 New in High Baseline Support: String replaceAll()
February 27, 2023
The replaceAll() method of strings returns a new string where all matches of a pattern (a string or regular expression) have been substituted with a replacement string.
Source features
javascript.builtins.String.replaceAll[mdn]