static string Replace(string input, string pattern, string replacement)
In a specified input string, replaces all strings that match a specified regular expression with a sp...
Represents an immutable regular expression.To browse the .NET Framework source code for this type,...