p

자바스크립트 이메일 체크 함수

function _check_email(email) {
var pattern = /^(.+)@(.+)$/;
var atom = "\[^\\s\\(\\)<>#@,;:!\\\\\\\"\\.\\[\\]\]+";
var word="(" + atom + "|(\"[^\"]*\"))";
var user_pattern = new RegExp("^" + word + "(\\." + word + ")*$");
var ip_pattern = /^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/;
var domain_pattern = new RegExp("^" + atom + "(\\." + atom +")*$");

var arr = email.match(pattern);
if (!arr) return "Email address seems incorrect (check @ and .'s)";
if (!arr[1].match(user_pattern)) return "The username doesn't seem to be valid.";

var ip = arr[2].match(ip_pattern);
if (ip) {
for (var i=1; i<5; i++) if (ip[i] > 255) return "Destination IP address is invalid!";
}
else {
if (!arr[2].match(domain_pattern)) return "The domain name doesn't seem to be valid.";
var domain = arr[2].match(new RegExp(atom,"g"));
if (domain.length<2) return "This address is missing a hostname!";
if (domain[domain.length-1].length<2 || domain[domain.length-1].length>3)
return "The address must end in a three-letter domain, or two letter country.";
}
return false;
}<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 2,136
19년 전 조회 2,285
19년 전 조회 1,839
19년 전 조회 2,526
19년 전 조회 2,167
19년 전 조회 1,782
19년 전 조회 1,970
19년 전 조회 2,225
19년 전 조회 1,995
19년 전 조회 1,779
19년 전 조회 1,842
19년 전 조회 3,333
19년 전 조회 2,187
19년 전 조회 2,046
19년 전 조회 4,543
19년 전 조회 5,168
19년 전 조회 3,343
19년 전 조회 3,077
19년 전 조회 3,683
19년 전 조회 2,218
19년 전 조회 2,578
19년 전 조회 2,880
19년 전 조회 2,943
19년 전 조회 2,546
19년 전 조회 1,807
19년 전 조회 3,595
19년 전 조회 2,170
19년 전 조회 2,569
19년 전 조회 2,632
19년 전 조회 3,071
19년 전 조회 5,392
19년 전 조회 2,670
19년 전 조회 3,505
19년 전 조회 4,446
19년 전 조회 2,705
19년 전 조회 2,637
19년 전 조회 4,235
19년 전 조회 2,934
19년 전 조회 3,170
19년 전 조회 2,389
19년 전 조회 2,394
19년 전 조회 2,189
19년 전 조회 3,486
19년 전 조회 2,289
19년 전 조회 2,978
19년 전 조회 1,924
19년 전 조회 5,485
19년 전 조회 3,757
19년 전 조회 4,500
19년 전 조회 3,246
19년 전 조회 2,713
19년 전 조회 4,106
19년 전 조회 2,826
19년 전 조회 3,172
19년 전 조회 3,145
19년 전 조회 4,358
19년 전 조회 3,310
19년 전 조회 3,200
19년 전 조회 3,884
19년 전 조회 3,173
19년 전 조회 2,405
19년 전 조회 2,410
19년 전 조회 2,348
19년 전 조회 2,969
19년 전 조회 2,671
19년 전 조회 3,519
19년 전 조회 3,388
19년 전 조회 2,001
19년 전 조회 2,933
19년 전 조회 8,011
19년 전 조회 2,691
19년 전 조회 3,303
19년 전 조회 3,066
19년 전 조회 3,178
19년 전 조회 2,414
19년 전 조회 2,638
19년 전 조회 4,239
19년 전 조회 2,429
19년 전 조회 4,413
19년 전 조회 2,586
19년 전 조회 2,267
19년 전 조회 2,505
19년 전 조회 2,058
19년 전 조회 2,593
19년 전 조회 2,379
19년 전 조회 3,249
19년 전 조회 2,032
19년 전 조회 3,706
19년 전 조회 2,884
19년 전 조회 3,606
19년 전 조회 3,637
19년 전 조회 3,331
19년 전 조회 5,613
19년 전 조회 2,352
19년 전 조회 2,392
19년 전 조회 2,503
19년 전 조회 3,573
19년 전 조회 3,898
19년 전 조회 3,915
19년 전 조회 2,537