string parr = @"(?is)(=['|""]*)(?!http)(/|./|../)*([^'""]+)" + replacestr;
        return Regex.Replace(html, parr, "$1" + url + "$3");