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,116
19년 전 조회 2,270
19년 전 조회 1,825
19년 전 조회 2,514
19년 전 조회 2,153
19년 전 조회 1,765
19년 전 조회 1,954
19년 전 조회 2,208
19년 전 조회 1,974
19년 전 조회 1,758
19년 전 조회 1,820
19년 전 조회 3,319
19년 전 조회 2,173
19년 전 조회 2,028
19년 전 조회 4,526
19년 전 조회 5,151
19년 전 조회 3,329
19년 전 조회 3,065
19년 전 조회 3,663
19년 전 조회 2,196
19년 전 조회 2,562
19년 전 조회 2,860
19년 전 조회 2,926
19년 전 조회 2,534
19년 전 조회 1,791
19년 전 조회 3,580
19년 전 조회 2,154
19년 전 조회 2,550
19년 전 조회 2,620
19년 전 조회 3,054
19년 전 조회 5,375
19년 전 조회 2,653
19년 전 조회 3,492
19년 전 조회 4,430
19년 전 조회 2,688
19년 전 조회 2,624
19년 전 조회 4,218
19년 전 조회 2,919
19년 전 조회 3,152
19년 전 조회 2,379
19년 전 조회 2,378
19년 전 조회 2,172
19년 전 조회 3,462
19년 전 조회 2,275
19년 전 조회 2,961
19년 전 조회 1,915
19년 전 조회 5,472
19년 전 조회 3,739
19년 전 조회 4,487
19년 전 조회 3,231
19년 전 조회 2,694
19년 전 조회 4,085
19년 전 조회 2,815
19년 전 조회 3,161
19년 전 조회 3,130
19년 전 조회 4,340
19년 전 조회 3,294
19년 전 조회 3,181
19년 전 조회 3,869
19년 전 조회 3,160
19년 전 조회 2,392
19년 전 조회 2,393
19년 전 조회 2,334
19년 전 조회 2,958
19년 전 조회 2,656
19년 전 조회 3,502
19년 전 조회 3,371
19년 전 조회 1,989
19년 전 조회 2,918
19년 전 조회 7,996
19년 전 조회 2,675
19년 전 조회 3,280
19년 전 조회 3,051
19년 전 조회 3,169
19년 전 조회 2,397
19년 전 조회 2,624
19년 전 조회 4,219
19년 전 조회 2,415
19년 전 조회 4,398
19년 전 조회 2,573
19년 전 조회 2,248
19년 전 조회 2,488
19년 전 조회 2,047
19년 전 조회 2,582
19년 전 조회 2,360
19년 전 조회 3,240
19년 전 조회 2,021
19년 전 조회 3,694
19년 전 조회 2,873
19년 전 조회 3,591
19년 전 조회 3,624
19년 전 조회 3,321
19년 전 조회 5,595
19년 전 조회 2,341
19년 전 조회 2,384
19년 전 조회 2,489
19년 전 조회 3,563
19년 전 조회 3,881
19년 전 조회 3,900
19년 전 조회 2,519