using System; public class Test { public static void Main() { string s = "This is an example to show where to bold the text".Replace(" is ", " is "); Console.WriteLine(s); } }