摘要:
正则表达式在C#中的用法:MatchCollection Matches =Regex.Matches(string text,string pattern,RegexOptions RegexOption)三个参数:string text所要查找的字符 string pattern所要匹配的字符串RegexOptions ResgexOption 所要用的规则例如:string Pattern ... 阅读全文
摘要:
正则表达式在C#中的用法:MatchCollection Matches =Regex.Matches(string text,string pattern,RegexOptions RegexOption)三个参数:string text所要查找的字符 string pattern所要匹配的字符串RegexOptions ResgexOption 所要用的规则例如:string Pattern ... 阅读全文
|