熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Web編程 >> 正文

利用正則表達式(只錄入中文,數字,英文)

2022-06-13   來源: Web編程 
只能輸入中文<input id=input type=text onkeyup=value=valuereplace(/[^\uE\uFA]/g)>

只能輸入全角字符:<input id=input type=text onkeyup=value=valuereplac(/[^\uE\uFA]/g)>

只能輸入數字<input id=input type=text onkeyup=value=valuereplace(/[^\d]/g) >

只能輸入數字和英文<input id=input type=text onkeyup=value=valuereplace(/[\W]/g)>

From:http://tw.wingwit.com/Article/program/Web/201404/30640.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.