public static void ReplaceMe( this string value, char[] oldChars, char newChar, int startingIndex = 0 )
<ExtensionAttribute> Public Shared Sub ReplaceMe ( value As String, oldChars As Char(), newChar As Char, Optional startingIndex As Integer = 0 )
public: [ExtensionAttribute] static void ReplaceMe( String^ value, array<wchar_t>^ oldChars, wchar_t newChar, int startingIndex = 0 )
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE