• 判断是否是邮箱格式

    Parameters

    • val: string

      需要验证的值

    Returns boolean

    Example

    isEmail('321323@qq.com')
    

Generated using TypeDoc