C#后台正则表达式截取字符

截取:website/和/zdypage.aspx之间的字符

sSiteId = Regex.Match(sUrl, "(?<=website/).*?(?=/zdypage.aspx)").Value;

posted @ 2016-11-26 19:05  Tz__C  阅读(2950)  评论(0编辑  收藏  举报