Global It Leader!!



 
 

PHP 휴대폰 번호 사이에 '-' 하이픈 넣기 정규식

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 1건 조회 6,149회 작성일 14-08-19 11:40

본문

<?

// 휴대폰 번호 사이에 '-' 하이픈 넣기

function add_hyphen($hp_no){

   return preg_replace("/(0(?:2|[0-9]{2}))([0-9]+)([0-9]{4}$)/", "\\1-\\2-\\3", $hp_no);

} ?>

 

출처 :http://blog.dt.co.kr

댓글목록

오원장님의 댓글

no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="euc-kr">
<title>New Document</title>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script>
function showText(t){
 t =t.replace(/^(01[016789]{1}|02|0[3-9]{1}[0-9]{1})-?([0-9]{3,4})-?([0-9]{4})$/, "$1-$2-$3");
 $("div").text(t);
}
$(document).ready(function(){
 var inputs =$("input[type=text]");
 inputs.bind('keydown',function(event){
  if(event.keyCode==13){
  showText(inputs.val());
  }
 });
});
</script>
</head>
<body>

<input type="text" style="width:100px" />

<div></div>

</body>
</html>

전체 440
게시물 검색
컴퓨터언어 목록
번호 제목 글쓴이 조회 날짜
300 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4339 02-07
299 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4040 02-04
298 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4170 02-03
297 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4366 01-12
296 그누보드스킨 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4616 09-12
295 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4873 09-06
294 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4506 09-02
293 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4368 09-02
열람중 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6150 08-19
291 VB no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4323 08-04
290 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4299 04-04
289 그누보드스킨 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4719 03-21
288 Mysql no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4625 03-20
287 그누보드스킨 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4985 02-14
286 그누보드스킨 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7538 02-14
285 그누보드스킨 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4949 01-30
284 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4561 01-30
283 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4564 01-30
282 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4394 01-28
281 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4802 01-23