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