var extract = '<a href=\"http://www.exa.ru\">Сайт exa_Leader</a>', matches = extract.match(/href=[\'"]?([^\'" >]+)/); alert(matches[1]);