TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Domain name searching

18 点作者 phd_student大约 16 年前
Is there anyway I can specify a regex and get back results for domain names that match the regex?<p>Say I want to know what has been taken for nano*.com, I'd prefer to not have to manually try them out.<p>Thanks!

8 条评论

markbao大约 16 年前
Try <a href="https://domize.com/" rel="nofollow">https://domize.com/</a> — Power Search, which lets you specify vowels/consonants/alpha/numbers, endings, prepositions, verbs, synonyms, or load a list of domains from a URL to a text file. Plus it's lightning fast. Not exactly regex, but it's quite powerful. My favourite domain searcher.
评论 #553821 未加载
评论 #546296 未加载
nreece大约 16 年前
Although not regex related, but I find InstantDomainSearch very useful - <a href="http://instantdomainsearch.com" rel="nofollow">http://instantdomainsearch.com</a>
tdavis大约 16 年前
Not to be "that guy", but that isn't really a regular expression unless you are searching for nan.com, nano.com, nanoo.com, etc. I think you want:<p><pre><code> ^nano\w+\.com$</code></pre>
评论 #546298 未加载
satyajit大约 16 年前
The unsettling feeling I get when doing a domainname search with any of these folks is: they keep a log of domainnames that are being searched. If something is being searched upon a lot, they themselves prolly will go and buy it. And later sell it to you for a premium price! I would rather do a whois search from Mac/Linux/Unix) commandline.
评论 #547822 未加载
vaksel大约 16 年前
I use this:<p><a href="http://www.makewords.com/" rel="nofollow">http://www.makewords.com/</a>
cte大约 16 年前
<a href="http://www.dotomator.com/" rel="nofollow">http://www.dotomator.com/</a>
lleger大约 16 年前
<a href="http://www.dotomator.com/" rel="nofollow">http://www.dotomator.com/</a> <a href="http://squurl.com/" rel="nofollow">http://squurl.com/</a> <a href="http://domai.nr/" rel="nofollow">http://domai.nr/</a>
trapper大约 16 年前
I use bustaname, its brilliant.