public static string Replace( this string input, string oldValue, string newValue, RegexOptions options )
<ExtensionAttribute> Public Shared Function Replace ( input As String, oldValue As String, newValue As String, options As RegexOptions ) As String