将输入字符串的http://www.sina.com.cn 的样式换成 URL
将输入字符串的
http://www.sina.com.cn 的样式换成 URL:
Regex.Replace(strContent, @"(http:([/w.]+//?)/S*)", "<a href=/"${1}/" _fcksavedurl="/"${1}/"" target=/"_blank/">${1}</a>");
Regex.Replace(strContent, @"(http:([/w.]+//?)/S*)", "<a href=/"${1}/" _fcksavedurl="/"${1}/"" target=/"_blank/">${1}</a>");