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,121
19년 전 조회 2,278
19년 전 조회 1,830
19년 전 조회 2,517
19년 전 조회 2,156
19년 전 조회 1,769
19년 전 조회 1,957
19년 전 조회 2,213
19년 전 조회 1,982
19년 전 조회 1,767
19년 전 조회 1,829
19년 전 조회 3,325
19년 전 조회 2,178
19년 전 조회 2,035
19년 전 조회 4,531
19년 전 조회 5,157
19년 전 조회 3,334
19년 전 조회 3,068
19년 전 조회 3,667
19년 전 조회 2,201
19년 전 조회 2,566
19년 전 조회 2,867
19년 전 조회 2,930
19년 전 조회 2,540
19년 전 조회 1,798
19년 전 조회 3,585
19년 전 조회 2,162
19년 전 조회 2,557
19년 전 조회 2,623
19년 전 조회 3,058
19년 전 조회 5,380
19년 전 조회 2,659
19년 전 조회 3,497
19년 전 조회 4,436
19년 전 조회 2,691
19년 전 조회 2,628
19년 전 조회 4,224
19년 전 조회 2,924
19년 전 조회 3,155
19년 전 조회 2,380
19년 전 조회 2,382
19년 전 조회 2,175
19년 전 조회 3,469
19년 전 조회 2,282
19년 전 조회 2,970
19년 전 조회 1,920
19년 전 조회 5,473
19년 전 조회 3,742
19년 전 조회 4,491
19년 전 조회 3,235
19년 전 조회 2,699
19년 전 조회 4,090
19년 전 조회 2,819
19년 전 조회 3,167
19년 전 조회 3,133
19년 전 조회 4,348
19년 전 조회 3,299
19년 전 조회 3,189
19년 전 조회 3,876
19년 전 조회 3,165
19년 전 조회 2,397
19년 전 조회 2,398
19년 전 조회 2,339
19년 전 조회 2,962
19년 전 조회 2,661
19년 전 조회 3,509
19년 전 조회 3,376
19년 전 조회 1,993
19년 전 조회 2,921
19년 전 조회 8,002
19년 전 조회 2,682
19년 전 조회 3,286
19년 전 조회 3,054
19년 전 조회 3,172
19년 전 조회 2,402
19년 전 조회 2,629
19년 전 조회 4,223
19년 전 조회 2,423
19년 전 조회 4,401
19년 전 조회 2,575
19년 전 조회 2,254
19년 전 조회 2,494
19년 전 조회 2,050
19년 전 조회 2,584
19년 전 조회 2,368
19년 전 조회 3,244
19년 전 조회 2,024
19년 전 조회 3,697
19년 전 조회 2,876
19년 전 조회 3,599
19년 전 조회 3,627
19년 전 조회 3,326
19년 전 조회 5,602
19년 전 조회 2,346
19년 전 조회 2,385
19년 전 조회 2,493
19년 전 조회 3,568
19년 전 조회 3,884
19년 전 조회 3,906
19년 전 조회 2,524