Сообщение от trikadin
			 
		
	 | 
	
		А можно я её чуток перепишу? 
 
str= "<a href="http://clcstatistic.gofreeserve.com/install.php?go_uri=https://www.youtube.com?bla=true\\lla%@12300&bulab=567#page=11<br>"target="newtab">https://www.youtube.com?bla=true\\lla%@12300&bulab=567#page=11<br></a>";
reg= /(?:https?:\/\/)?w*\.?(?:imdb|nfomation|youtube|nfo\.sceper)\.[\w\d:#@%/;\$()\\~=\?\+-\.&]*/gi
alert(str.match(reg));
 
	 | 
	
У меня было +-=, а это диапазон символов, включающий в себя <.
Спасибо!