String#replaceAll

Specification
Proposal repo

Built-ins signatures

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

Entry points

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