http://yandex.ru
<a href="http://yandex.ru">yandex.ru</a>
s.replace(/(https?:\/\/)([\w-]+(\.[\w-]+)+)/g, '<a href="$1$2">$2</a>');
s.replace(/(https?:\/\/([\w-]+(\.[\w-]+)+))/ig, function () {
return '<a href="' + arguments[1].toLowerCase() + '">' + arguments[2].toLowerCase() + '</a>';
});