gpt4 book ai didi

python - 匹配 Domain.CCTLD 的正则表达式

转载 作者:太空狗 更新时间:2023-10-29 20:48:31 32 4
gpt4 key购买 nike

有人知道匹配 Domain.CCTLD 的正则表达式吗?我不想要子域,只想要“原子域”。例如,docs.google.com 不匹配,但 google.com 匹配。但是,这会因 .co.uk、CCTLD 等内容而变得复杂。有谁知道解决方案?提前致谢。

编辑:我意识到我还必须处理多个子域,例如 john.doe.google.co.uk。现在比以往任何时候都更需要解决方案 :P。

最佳答案

听起来您正在寻找可通过 Public Suffix List 获得的信息项目。

A "public suffix" is one under which Internet users can directly register names. Some examples of public suffixes are ".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all known public suffixes.

没有一个正则表达式可以合理匹配公共(public)后缀列表。您将需要实现代码以使用公共(public)后缀列表,或查找已经这样做的现有库。

关于python - 匹配 Domain.CCTLD 的正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3199343/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com