var regular_exp = /\.ua\/(\w+)\//;
var result_domainlocation = domainlocation.match(regular_exp);
if(result_domainlocation) result_domainlocation = result_domainlocation[1];
Сообщение от skuty
|
думаю в таком случаи использовать window.location.origin
|
Если можешь - используй, почему нет.