2008年8月28日

摘要: 匹配1;2;3 的正则表达式 public static bool IsValidPage(string strIn,int b) { bool aa = Regex.IsMatch(strIn, @"([a-zA-Z0-9];){"+(b-1).ToString()+"}([a-zA-Z0-9])$"); return aa; ... 阅读全文
posted @ 2008-08-28 17:00 J-Pei 阅读(258) 评论(0) 推荐(0) 编辑

导航