Hi Bulletproof
I'm also trying to validate a URL. How did you do it?
I need to validate URLs like:
Code:
http://www.websites.com
http://subdomain.websites.com
http://www.websites.com/directory/
http://www.websites.com/index.php?whatever=xyz
I've tried using Hostname, but it fails on any URLs with a directory.
Thanks