doujingao6210 2017-03-13 11:12
浏览 30
已采纳

匹配没有无效字符的URL的PHP​​正则表达式

I'm looking for a Regex that will find URLs in a string but ignore pre/following characters which are not part of the URL.

for example, from the string:

example.co.uk (main site: example.com),

The Regex will find:

example.co.uk and exaple.com.

In order to find URLs within a given string, I use the Regex '#(www\.|https?://)?[a-z0-9]+\.[a-z0-9]{2,4}\S*#i'. The problem is that if I use this regex with the given string above, it finds example.co.uk and example.com) with the closing bracket at the end.

Is there any Regex that can find URLs in a string, not matter what characters it has from both sides?

Thanks!

  • 写回答

1条回答 默认 最新

  • dpwu16132 2017-03-13 11:34
    关注

    You may have to use a word boundary (\b) ...

    (?:www\.|https?:\/\/)?[a-z0-9]+\.[a-z0-9]{2,4}\S*\b
                                                      ^
    

    regex demo

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 stm32代码移植没反应
  • ¥15 matlab基于pde算法图像修复,为什么只能对示例图像有效
  • ¥100 连续两帧图像高速减法
  • ¥15 组策略中的计算机配置策略无法下发
  • ¥15 如何绘制动力学系统的相图
  • ¥15 对接wps接口实现获取元数据
  • ¥20 给自己本科IT专业毕业的妹m找个实习工作
  • ¥15 用友U8:向一个无法连接的网络尝试了一个套接字操作,如何解决?
  • ¥30 我的代码按理说完成了模型的搭建、训练、验证测试等工作(标签-网络|关键词-变化检测)
  • ¥50 mac mini外接显示器 画质字体模糊