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!
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.
Although not regex related, but I find InstantDomainSearch very useful - <a href="http://instantdomainsearch.com" rel="nofollow">http://instantdomainsearch.com</a>
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>
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.