Appearance
Home > sculp-js > isUrl
判断字符串是否为 url 格式,支持 http、https、ftp 协议,支持域名或者 ipV4
Signature:
isUrl: (url: string, includeFtp?: boolean) => boolean
Parameter
Type
Description
url
string
includeFtp
boolean
(Optional)
Returns:
{boolean}