C# 正则表达式,提取字符串

Regex.Match(n1,@"blog.xxxx.com/(.+)/blog_(d+).html").Result("$2")

原文地址:https://www.cnblogs.com/flysnow-z/p/4668529.html