var url = 'http://domain.ru/theme/theme2/'; var domain:String = url.replace(/^https?:\/\/([^\/]+).*$/i, '$1'); trace(domain); // domain.ru