Use
s.check_valid_url(URL)
Description
Returns TRUE
if the URL is valid, otherwise FALSE
is returned.
Example
v.foo = s.check_valid_url("http://www.google.com")
s.echo(v.foo)
s.check_valid_url(URL)
Returns TRUE
if the URL is valid, otherwise FALSE
is returned.
v.foo = s.check_valid_url("http://www.google.com")
s.echo(v.foo)