The IsValidURL()
function checks whether the input value is a valid url.
Syntax
IsValidURL(url)
Returns
Returns true
if url
is indeed a valid URL.<br>
Returns false
if url
is not a valid URL.
Parameters
url
– a text containing a URL
The IsValidURL()
function checks whether the input value is a valid url.
IsValidURL(url)
Returns true
if url
is indeed a valid URL.<br>
Returns false
if url
is not a valid URL.
url
– a text containing a URL