码迷,mamicode.com
首页 > Windows程序 > 详细

c# 正则实践

时间:2017-08-29 23:47:36      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:www   code   ups   c#   class   icp   path   htm   http   

  Regex reg = new Regex(@"<img[\s]+src[\s]*=[\s]*[‘""](?<picPath>.*)[‘""][\s]*>");
reg.Match("<img src=‘http://www.baidu.com‘>").Groups["picPath"].Value
//http://www.baidu.com
//提取html中img标签的src

c# 正则实践

标签:www   code   ups   c#   class   icp   path   htm   http   

原文地址:http://www.cnblogs.com/gaocong/p/7450740.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!