标签:
string str="我是小松鼠hsgg()jsjg776sdf";
string [] sArray=Regex.Split(str,"[hs][()]",RegexOptions.IgnoreCase);
int i =1;
foreach (string s in sArray)
{
Console.WriteLine("i,{0},len:{1},s:{2}",I++,s.length,s);
}
Console.WriteLine("end");
Console.Red();
标签:
原文地址:http://www.cnblogs.com/just09161018/p/4605318.html