Declaration
public static string Replace(
this string str,
string oldValue,
string newValue,
StringComparison comparison
)
Summary
Returns a new string in which all occurrences of
oldValue in the current instance,
identified using the specified string comparison, are replaced with
newValue.