J 
		
								
				
				
			
		JM
I have a URL which can have multiple "http://" value in it like:
http://us.rd.yahoo.com/dailynews/rs.../s/nm/20060712/bs_nm/arms_halliburton_iraq_dc
I want to extract
"http://us.rd.yahoo.com/dailynews/rss/business/*http://news.yahoo.com/"
out of the above. i.e. the URL Hostname upto last http.
Can anybody help me in getting the Regex expression for this?
Thanks
JM
				
			http://us.rd.yahoo.com/dailynews/rs.../s/nm/20060712/bs_nm/arms_halliburton_iraq_dc
I want to extract
"http://us.rd.yahoo.com/dailynews/rss/business/*http://news.yahoo.com/"
out of the above. i.e. the URL Hostname upto last http.
Can anybody help me in getting the Regex expression for this?
Thanks
JM