Hi,
I have to write a function that will check whether a string inserted into a JTextField is a valid url address - I don't need to check whether it really exist, I just need to make sure that it has a form of a valid website address.
I know how to verify if there are only digits or letters or whether the user has inserted a date in a requiered format into a JTextField, but I can't find a solution to this problem.
I would be grateful if anyone could help.

