好用的Regex,需要的可以參考參考喔!!

Example:

   using System.Text.RegularExpressions;  

   Regex ft = new Regex("
   MatchCollection ftc = ft.Matches(src, 0);

   int num = ftc.Count;


pcshu 發表在 痞客邦 留言(0) 人氣()