文章分类 -  正则表达式

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace RegexDemo{ class Program { static void Main(string[] args) { //string str = "2345 2346666"; //string pattern = @"(?<aa>23(?:45|46... 阅读全文

posted @ 2013-03-20 23:21 R.Ray

导航