Function isUrl

  • 检查是否为 url string

    Parameters

    • value: string

      字符串值

    Returns boolean

    isUrl('http://www.example.com?foo=bar&param=test'); /// true
    isUrl(http://www); /// false