摘要: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
浙公网安备 33010602011771号