using System; public class HelloWorld { public static void Main(string[] args) { string s1="UYE_001"; Console.WriteLine (s1.Replace("UYE_","")); } }