Toggle navigation
首页
热门资讯
资源下载
编程教程
编程技术
会员
中心
登录
注册
首页
文章中心
正则表达式
[asp]匹配网址的正则
81 阅读
0 评论
54 点赞
复制代码
代码如下:
Function IsValidUrl(str)
Dim regEx
Set regEx = New RegExp
regEx.Pattern = "http(s)?://([\w-]+\.)+[\w-]+(/[\w-./?%&=]*)?"
IsValidUrl = regEx.Test(str)
End Function
点赞(
54
)
本文分类:
正则表达式
浏览次数:
81
次浏览
发布日期:2022-04-10 01:17:01
本文链接:
https://www.uoften.com/article/122094.html
评论列表
共有
0
条评论
发表评论
取消回复
登录
注册新账号
发表评论 取消回复