fork download
  1. using System;
  2. using System.Collections.Generic;
  3. using System.IO;
  4. using System.Linq;
  5. using System.Text.RegularExpressions;
  6.  
  7. public class Test
  8. {
  9. public static void Main()
  10. {
  11. var s = "Иван Иванович носил кран";
  12. var bukva = "н";
  13. Console.WriteLine(Regex.Replace(s, $@"\s*\w*{bukva}\b", "").Trim());
  14. }
  15. }
Success #stdin #stdout 0.03s 134720KB
stdin
Standard input is empty
stdout
Иванович носил