Is string a valid url
Posted: Wed Jan 20, 2021 2:20 pm
Hi,
Is there some class or unit I can use to test if a string is a valid url?
I use some open function like IsValidUrl(), but it can only check full Url. Inputting some url without scheme such as 'www.google.com' will return false by it.
Is there some class or unit I can use to test if a string is a valid url?
I use some open function like IsValidUrl(), but it can only check full Url. Inputting some url without scheme such as 'www.google.com' will return false by it.