Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Have a tool that limits the results by the number of characters in the domain

Currently achievable by editing the Regexp search, though admittedly not user-friendly:

  ^[^.]{4,8}[.](com)$
(Minimum 4, maximum 8 characters)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: