I need a Java code which accepts an URL like http://www.example.com and displays whether the format of URL is correct or not.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
This should do what you're asking for.
Here's an alternate version:
|
|||||||||||
|
|
You can check the string with regular expression also. Eg:
Courtesy for regex: http://www.manamplified.org/archives/2006/10/url-regex-pattern.html |
|||||||
|