Function isTel

  • 判断数据是否为座机号(固定电话)

    Parameters

    • value: string

      字符串值

    Returns boolean

    isTel('0731-24722145'); /// true
    isTel('13579246810'); /// false