is_url

is_url(url: str) -> bool

Check if the string is a valid URL.
It checks whether the URL has a valid scheme and network location.

Parameters:
NameDescription
urlType: str