dash.is.url

Test if a name is a URL


Syntax



Description

tf = dash.is.url(name)

Returns true if name is a URL. Otherwise, returns false.


Input Arguments

name

string scalar
The name being tested

Output Arguments

tf

scalar logical
True if the name is a URL. Otherwise false.