我是正则表达式的新手,你能帮忙用 C# 编写正则表达式以从下面的文本中提取 url 吗?
示例 1
x+=1;
top.location.href = "http://www.keenthemes.com/preview/index.php?theme=metronic";
示例 2
alert("are you sure");
top.location.href = 'http://www.keenthemes.com/preview/index.php?theme=metronic';