会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
just can't stop moving forward - Minor Poet
if you never try, you'll never know
博客园
首页
新随笔
联系
管理
2013年5月9日
利用正则表达式 替换字符串中多个 URL
摘要: 1 Regex urlregex = new Regex(@"(http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?", // 正则表达式 2 RegexOptions.IgnoreCase | RegexOptions.Compiled); 3 4 5 string oldPro...
阅读全文
posted @ 2013-05-09 08:03 mushishi
阅读(846)
评论(0)
推荐(0)
编辑
公告