how to regex replace c# code example Example: c# regex replace Regex.Replace( "input string", @"[a-zA-Z]+", "replace string" );