1. 首页
  2. 移动开发
  3. 其他
  4. url_regex:用于在Python中匹配URL的正则表达式 源码

url_regex:用于在Python中匹配URL的正则表达式 源码

上传者: 2021-04-06 15:19:49上传 ZIP文件 11.91KB 热度 11次
url_regex 用于在Python中匹配URL的正则表达式。 这个项目的灵感来自 ,我想要类似于Python的东西,所以就在这里。 要求 Python 3.6或更高版本 安装 点安装url_regex 例子 import url_regex findlinks = url_regex . UrlRegex ( "Hi guys, check out my SoundCloud :fire:: https://soundcloud.com/invalidLink420" ) findlinks . detect # True findlinks . links # [<Url full=https://soundcloud.com/invalidLink420 domain=soundcloud.com protocol=https://]
用户评论