Regex驗證問題

來源:互聯網
上載者:User

標籤:put   required   for   body   turn   inner   var   正則   text   

<!DOCTYPE html>
<html>
<body>

<p>使用者名稱Regex ,4到16位(字母,數字,下滑線,減號)</p>
<p id="demo"></p>
<form action="" method="get">
  <p>使用者名稱: <input type="text" name="fname" required></p>
  <button onclick="myFunction1()">瘋狂點我</button>
  <p>密碼強度,最少6位,包括至少1個大寫字母,1個小寫字母,1個數字,1個特殊字元</p>
  <p>密碼: <input type="password" name="lname" required></p>
   <button onclick="myFunction()">瘋狂點我</button>
   <p>郵箱 <input type="text" name="lname" required></p>
   <button onclick="myFunction()">瘋狂點我</button>
   <p>身份證 <input type="text" name="lname" required></p>
</form>

<script>
function myFunction1() {
    var patrn=/^[a-zA-Z]{1}([a-zA-Z0-9]|[._]){4,16}$/;   
if (!patrn.exec(s)) return false
return true
    document.getElementById("demo").innerHTML = result;
}
</script>

</body>
</html>

Regex驗證問題

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.