string s="aaa,bbb,ccc,ddd";
char[] ch={'b','b','b'};string[] result=s.Split(ch);//reslut={"aaa,","ccc,ddd"}