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,148
19년 전 조회 2,299
19년 전 조회 1,854
19년 전 조회 2,536
19년 전 조회 2,187
19년 전 조회 1,791
19년 전 조회 1,985
19년 전 조회 2,248
19년 전 조회 2,008
19년 전 조회 1,797
19년 전 조회 1,849
19년 전 조회 3,345
19년 전 조회 2,200
19년 전 조회 2,067
19년 전 조회 4,561
19년 전 조회 5,184
19년 전 조회 3,356
19년 전 조회 3,089
19년 전 조회 3,695
19년 전 조회 2,234
19년 전 조회 2,592
19년 전 조회 2,891
19년 전 조회 2,959
19년 전 조회 2,555
19년 전 조회 1,822
19년 전 조회 3,613
19년 전 조회 2,177
19년 전 조회 2,586
19년 전 조회 2,651
19년 전 조회 3,079
19년 전 조회 5,408
19년 전 조회 2,686
19년 전 조회 3,519
19년 전 조회 4,455
19년 전 조회 2,719
19년 전 조회 2,653
19년 전 조회 4,249
19년 전 조회 2,944
19년 전 조회 3,183
19년 전 조회 2,406
19년 전 조회 2,407
19년 전 조회 2,196
19년 전 조회 3,495
19년 전 조회 2,307
19년 전 조회 2,992
19년 전 조회 1,937
19년 전 조회 5,499
19년 전 조회 3,767
19년 전 조회 4,515
19년 전 조회 3,263
19년 전 조회 2,723
19년 전 조회 4,119
19년 전 조회 2,839
19년 전 조회 3,187
19년 전 조회 3,159
19년 전 조회 4,370
19년 전 조회 3,321
19년 전 조회 3,210
19년 전 조회 3,899
19년 전 조회 3,185
19년 전 조회 2,419
19년 전 조회 2,426
19년 전 조회 2,366
19년 전 조회 2,989
19년 전 조회 2,690
19년 전 조회 3,532
19년 전 조회 3,403
19년 전 조회 2,015
19년 전 조회 2,950
19년 전 조회 8,030
19년 전 조회 2,704
19년 전 조회 3,314
19년 전 조회 3,078
19년 전 조회 3,186
19년 전 조회 2,426
19년 전 조회 2,654
19년 전 조회 4,255
19년 전 조회 2,444
19년 전 조회 4,436
19년 전 조회 2,599
19년 전 조회 2,281
19년 전 조회 2,516
19년 전 조회 2,074
19년 전 조회 2,610
19년 전 조회 2,386
19년 전 조회 3,269
19년 전 조회 2,041
19년 전 조회 3,719
19년 전 조회 2,894
19년 전 조회 3,620
19년 전 조회 3,647
19년 전 조회 3,339
19년 전 조회 5,626
19년 전 조회 2,369
19년 전 조회 2,410
19년 전 조회 2,519
19년 전 조회 3,585
19년 전 조회 3,909
19년 전 조회 3,933
19년 전 조회 2,551