public static void Main()
string str=input1.ToUpper();
string str1=input2.ToUpper();
string [] str2=str1.Split(':');
Console.WriteLine("str :"+str);
for(int i=0;i<str2.Length;i++)
Console.WriteLine(str2[i]);
for(int i=0;i<str2.Length;i++)
for(int j=0;j<str.Length;j++)
if(str2[i][j]==' ' || str[j]==' ')
else if(str2[i][j] == str[j])
string s4=str3.Substring(0,str3.Length-1);