111,094
社区成员




string daan= mat("[ABCDEFx√×]", daan1)[0].ToString();
public static MatchCollection mat(string biaodashi,string daipipei)
{
Regex reg = new Regex(biaodashi);
MatchCollection mat = reg.Matches(daipipei);
return mat;
}
()