正則表達式驗證

1.手機號test

   !(/^1[34578]\d{9}$/.test(mobile))  //輸入的手機號不正確email

2.密碼mobile

  字母數字混合在6-18位密碼

   !(/^[a-zA-Z0-9]{6,18}$/.test(password))word

3.郵箱驗證mail

   !(/^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(.[a-zA-Z0-9_-])+/ .test(email))數字

相關文章
相關標籤/搜索