I am looking for regex for simple URLs as
http://www.google.comhttp://www.yahoo.inhttp://www.example.euhttp://www.example.net- etc.
No subdirectories allowed. For example in this cases it must not validate http://www.google.com/, http://www.yahoo.in/mail.
Does anyone know any regex to do this?