网址验证?
有谁知道用于验证 URL 的最新正则表达式吗?我在 Google 上找到了一些,但在测试时它们都允许垃圾 URL ie (www.google_com)。
我的正则表达式知识不是那么广博,所以我不想把一些在压力下会失败的东西放在一起。
谢谢。
Does anyone know an up to date regular expression for validating URLs? I found a few on Google but they all allowed junk URL's i.e (www.google_com) when testing.
My regular expression knowledge is not so vast, so I would hate to put something together that would fail under pressure.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 PHP https://www.php 中使用过滤器函数
。 net/manual/en/function.filter-var.php
You can use the filter functions in PHP
https://www.php.net/manual/en/function.filter-var.php
并不是每个问题都应该用正则表达式来回答。
http://php.net/manual/en/function.parse-url.php
Not every problem should be answered with a regex.
http://php.net/manual/en/function.parse-url.php