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

时间:2024-04-25 01:35:23
【文件属性】:

文件名称:url_regex:用于在Python中匹配URL的正则表达式

文件大小:12KB

文件格式:ZIP

更新时间:2024-04-25 01:35:23

Python

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://]


【文件预览】:
url_regex-master
----setup.py(817B)
----.gitignore(1KB)
----MANIFEST.in(34B)
----LICENSE(1KB)
----README.md(577B)
----tests()
--------detect_links.py(553B)
----url_regex()
--------url_regex.py(2KB)
--------__init__.py(55B)
--------tlds.py(20KB)

网友评论