摘要: static void Main(string[] args) { string str = "大家家家家家家家明天天天天天天天天玩得得得得得得得开心"; Regex reg = new Regex(@"(?<wdq>.)\<wdq>{2,}"); var ms = reg.Matches(str) 阅读全文
posted @ 2016-02-06 20:59 a14907 阅读(262) 评论(0) 推荐(0)