标签:col arp .text csharp reac sharp har cti collect
System.Text.RegularExpressions.MatchCollection ms = System.Text.RegularExpressions.Regex.Matches(ecarvoText, "\\\"[a-zA-Z0-9]+\\\"\\s*:"); foreach (System.Text.RegularExpressions.Match item in ms) { ecarvoText = ecarvoText.Replace(item.Value, item.Value.ToLower()); }
标签:col arp .text csharp reac sharp har cti collect
原文地址:http://www.cnblogs.com/XuPengLB/p/7997577.html