String#replaceAll

class String {
  replaceAll(searchValue: string | RegExp, replaceString: string | (searchValue, index, this) => string): string;
}

CommonJS entry points

core-js/proposals/string-replace-all-stage-4