How can i check, if a string is an url in java?
|
You can try to create a |
|||||||||
|
|
You can use |
|||||
|
|
|
I agree with other answers...but I think we can also use a regex for URL to see if the string matches the url pattern. |
|||||
|
|
Complementing Bozho answer, to go more practical:
|
|||
|
|

