Just a small change to the regex to handle two part url's (i.e. site.com) which I had inadvertently ignored previously. Also limits the domain to 2-3 characters because it now recognizes anything joined by a dot (conjoined.twins). I thought this was easier than trying to list every possible domain in the regex.