어댑터 메 일 박스 인증 인 스 턴 스


              (          ): 
^\d+$  //      (    + 0)  
//     ^\d+(\.\d+)?$  //       (     + 0) 
^(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*))$  //       
^((-\d+(\.\d+)?)|(0+(\.0+)?))$  //       (     + 0) 
^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$  //       
^(-?\d+)(\.\d+)?$  //      
^[A-Za-z]+$          //   26            
^[A-Z]+$     //   26               
^[a-z]+$  //   26               
^[A-Za-z0-9]+$  //      26            
^\w+$  //     、26                 
^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$    //  email   
^[a-zA-z]+://  (\w+(-\w+)*)(\.(\w+(-\w+)*))*(\?\S*)?$  //  url 
            : [\u4e00-\u9fa5] 
       (      ):[^\x00-\xff] 
          :
[\s| ]*\r HTML :/<(.*)>.*<\/>|<(.*) \/>/ :(^\s*)|(\s*$) Email :\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* URL :^[a-zA-z]+://(\w+(-\w+)*)(\.(\w+(-\w+)*))*(\?\S*)?$ ( , 5-16 , ):^[a-zA-Z][a-zA-Z0-9_]{4,15}$ :(\d{3}-|\d{4}-)?(\d{8}|\d{7})? QQ :^[1-9]*[1-9][0-9]*$ , : \ 、 、 、 。 ^ 。 RegExp Multiline ,^ ’
’ ’\r’ 。 $ 。 RegExp Multiline ,$ ’
’ ’\r’ 。 * 。 + 。+ {1,}。 ? 。? {0,1}。 {n} n , n 。 {n,} n , n 。 {n,m} m n , n <= m。 n m 。 。 ? (*, +, ?, {n}, {n,}, {n,m}) , 。 , 。 . "
" 。 ’
’ , ’[.
]’ 。 (pattern) pattern 。 (?:pattern) pattern , , 。 (?=pattern) , pattern 。 , , 。 (?!pattern) , (?=pattern) x|y x y。 [xyz] 。 [^xyz] 。 [a-z] , 。 [^a-z] , 。 \b , 。 \B 。 \cx x 。 \d 。 [0-9]。 \D 。 [^0-9]。 \f 。 \x0c \cL。
。 \x0a \cJ。 \r 。 \x0d \cM。 \s , 、 、 。 [ \f
\r\t\v]。 \S 。 [^ \f
\r\t\v]。 \t 。 \x09 \cI。 \v 。 \x0b \cK。 \w 。 ’[A-Za-z0-9_]’。 \W 。 ’[^A-Za-z0-9_]’。 \xn n, n 。 。
um num, num 。 。

n , n 。 , n (0-7), n 。
m 。
m is preceded by at least nm , nm 。
m n , n m 。 , n m (0-7),
m nm。
ml n (0-3), m l (0-7), . -------------------------------------------------------------------------------- if(document.getElementById("personalemail").value==null || document.getElementById("personalemail").value==""){ alert(" "); return false; }else if(!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.getElementById("personalemail").value))){ alert(" "); document.getElementById("personalemail").value=""; return false; } var partten = /^1[3,5]\d{9}$/; if(document.getElementById("cellphone").value==null || document.getElementById("cellphone").value==""){ alert(" "); document.getElementById("cellphone").focus(); return false; }else if(isNaN(document.getElementById("cellphone").value) && !partten.test(document.getElementById("cellphone").value)){ alert(" , 13 15 11 "); document.getElementById("cellphone").focus(); return false; }

좋은 웹페이지 즐겨찾기