摘要: public void Regular_Expression() { WebClient wc = new WebClient(); // wc.Encoding = Encoding.Default; string ... 阅读全文
posted @ 2015-11-13 23:45 SanQiu 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 常用元字符 代码 说明. 匹配除换行符以外的任意字符\w 匹配字母或数字或下划线或汉字\s 匹配任意的空白符\d 匹配数字\b 匹配单词的开始或结束^ 匹配行的开始$ ... 阅读全文
posted @ 2015-11-13 21:12 SanQiu 阅读(205) 评论(0) 推荐(0) 编辑