1. 程式人生 > >C#中的正則表示式物件[轉載]

C#中的正則表示式物件[轉載]

Console.WriteLine(Regex.Match(strTarget,strRegex1,RegexOptions.IgnoreCase).Groups[1].Captures.Count);