摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace 正则积累{ class Program { static void Main(string[] args) { //Fun1(); //Fun2(); //Fun3(); //Fun4(); //Fun5(); //Fun6(); //Fun7(); Fun8(); //Regex reg = new Regex("^a.*b$"); // 阅读全文
posted @ 2010-07-24 16:40 再快一点 阅读(562) 评论(0) 推荐(1) 编辑