@wtasnorg/node-lib / replaceAllString
replaceAllString(
s,old,newStr):string
Defined in: src/strings.ts:757
ReplaceAll returns a copy of the string s with all non-overlapping instances of old replaced by newStr.
string
Input string.
string
String to replace.
string
Replacement string.
string
String with all replacements applied.