🏠 New in Low Baseline Support: String replaceAll()

August 27, 2020

caniuse · mdn · spec

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