[F] isUrl
function isUrl(path): boolean;Determines whether a path starts with a URL scheme (e.g. starts with http://, ftp://, file://, etc.).
Parameters
| Parameter | Type |
|---|---|
path | string |
Returns
boolean
function isUrl(path): boolean;Determines whether a path starts with a URL scheme (e.g. starts with http://, ftp://, file://, etc.).
| Parameter | Type |
|---|---|
path | string |
boolean