pyufunc.validate_url#

pyufunc.validate_url(url)#

Validate the URL.

Parameters:

url (str) – the URL to validate.

Returns:

True if the URL is valid, False otherwise.

Return type:

bool