bzy39
Regular Member
- Jan 15, 2009
- 438
- 243
help me to rename or to remove google news url in this regex
to
i have try using this regex
\b(https?)://[-A-Z&@#/%?=~_|!:,.;]*(url)=
but it only remove
i'm new in regex 
thank
HTML:
http://news.google.com/news/url?fd=R&sa=T&url=http://www.presstv.ir/detail.aspx?id=106989§ionid=351020104&usg=AFQjCNGBRlMb3AeBvxb24vx46rvbe9EgzA
HTML:
http://www.presstv.ir/detail.aspx?id=106989
\b(https?)://[-A-Z&@#/%?=~_|!:,.;]*(url)=
but it only remove
HTML:
http://news.google.com/news/url?fd=R&sa=T&url=
thank