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,141
19년 전 조회 2,286
19년 전 조회 1,844
19년 전 조회 2,530
19년 전 조회 2,177
19년 전 조회 1,784
19년 전 조회 1,973
19년 전 조회 2,233
19년 전 조회 1,997
19년 전 조회 1,783
19년 전 조회 1,844
19년 전 조회 3,337
19년 전 조회 2,190
19년 전 조회 2,053
19년 전 조회 4,546
19년 전 조회 5,174
19년 전 조회 3,348
19년 전 조회 3,078
19년 전 조회 3,684
19년 전 조회 2,223
19년 전 조회 2,580
19년 전 조회 2,882
19년 전 조회 2,948
19년 전 조회 2,548
19년 전 조회 1,816
19년 전 조회 3,603
19년 전 조회 2,172
19년 전 조회 2,574
19년 전 조회 2,640
19년 전 조회 3,071
19년 전 조회 5,397
19년 전 조회 2,675
19년 전 조회 3,515
19년 전 조회 4,447
19년 전 조회 2,709
19년 전 조회 2,641
19년 전 조회 4,239
19년 전 조회 2,935
19년 전 조회 3,174
19년 전 조회 2,391
19년 전 조회 2,399
19년 전 조회 2,190
19년 전 조회 3,488
19년 전 조회 2,295
19년 전 조회 2,980
19년 전 조회 1,926
19년 전 조회 5,489
19년 전 조회 3,761
19년 전 조회 4,505
19년 전 조회 3,253
19년 전 조회 2,717
19년 전 조회 4,110
19년 전 조회 2,828
19년 전 조회 3,180
19년 전 조회 3,154
19년 전 조회 4,361
19년 전 조회 3,312
19년 전 조회 3,202
19년 전 조회 3,889
19년 전 조회 3,177
19년 전 조회 2,410
19년 전 조회 2,413
19년 전 조회 2,356
19년 전 조회 2,974
19년 전 조회 2,677
19년 전 조회 3,523
19년 전 조회 3,392
19년 전 조회 2,005
19년 전 조회 2,939
19년 전 조회 8,015
19년 전 조회 2,695
19년 전 조회 3,307
19년 전 조회 3,072
19년 전 조회 3,178
19년 전 조회 2,420
19년 전 조회 2,642
19년 전 조회 4,241
19년 전 조회 2,434
19년 전 조회 4,418
19년 전 조회 2,589
19년 전 조회 2,271
19년 전 조회 2,509
19년 전 조회 2,060
19년 전 조회 2,596
19년 전 조회 2,380
19년 전 조회 3,258
19년 전 조회 2,037
19년 전 조회 3,708
19년 전 조회 2,887
19년 전 조회 3,611
19년 전 조회 3,637
19년 전 조회 3,334
19년 전 조회 5,616
19년 전 조회 2,359
19년 전 조회 2,398
19년 전 조회 2,508
19년 전 조회 3,575
19년 전 조회 3,901
19년 전 조회 3,922
19년 전 조회 2,543