asp正则表达式获取以固定字符串为开头、结尾的字符串的中间部分字符串?
1个回答
展开全部
function getvalue(strng,lstr,rstr)
Dim regEx, Match, Matches '建立变量
Set regEx = New RegExp '建立正则表达式
regEx.Pattern ="(?<=("+lstr+"滚州))[.\n\s\S]*?(?=("+rstr+"))" '设置模式
regEx.IgnoreCase = False '设置是否缓备清区分字符大小写
regEx.Global = True '设置全局可用性
Set Matches = regEx.Execute(strng) '执行搜索,返回搜索结果扰前集合
For Each Match in Matches '遍历匹配集合
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询