需求說明:
前端頁面使用正規表示式驗證文字輸入框輸入的身份證號碼是否符合規則。
**說明:
這裡只介紹正規表示式部分,其他部分的**不做介紹。如有其它需求請自行修改即可。
步驟一:建立乙個頁面可以是html、jsp等,引入jquery-3.2.1.min.js(其他版本亦可)。
步驟二:編寫正規表示式。
**部分如下:
doctype html
>
<
html
lang
="en"
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>title
title
>
<
script
src="jquery-3.2.1.min.js"
>
script
>
head
>
<
body
>
body
>
<
script
>
//這裡預設頁面載入時驗證輸入資料
$(function
() else
})//身份證號驗證
function
idcard(value)
$|^\d$|^\d(\d|x|x))$/;
varre
=new
regexp(reg);
if(re.test(value))
else
}script
>
html
>
身份證驗證 正規表示式
1 簡單的正規表示式 1 preg match d d dx id card 2 preg match d 18 19 20 d 01 d 0123 d d d x id card 3 preg match d d d x x id card 2 複雜並且嚴格一些的驗證 這個可以驗證15位和18位的...
jquery正規表示式驗證
手機號碼驗證 以下為引用內容 jquery.validator.addmethod mobile function value,element 15 0 9 d return this.optional element length 11 mobile.test value 手機號碼格式錯誤 號碼驗...
正規表示式,驗證框驗證
1.利用nspredicate 謂詞 匹配 nsstring email nijino saki 163.com nsstring regex a z0 9a z.a za z0 9.a za z nspredicate predicate nspredicate predicatewithform...