--- src/main/webapp/js/MJUtill.js
+++ src/main/webapp/js/MJUtill.js
... | ... | @@ -58,9 +58,7 @@ |
| 58 | 58 |
function checkFaxNum(str) {
|
| 59 | 59 |
str = removeDash(str); |
| 60 | 60 |
var subNum = str.substring(0,3); |
| 61 |
- console.log('str : ', str, 'subNum : ', subNum);
|
|
| 62 | 61 |
var regExp = /^(02\d|03[1-3]|04[1-4]|05[1-5]|06[1-4]|030|050|060|070|080|1\d{2})$/; // 수정된 정규식
|
| 63 |
- console.log('regExp.test(subNum) : ', regExp.test(subNum));
|
|
| 64 | 62 |
return regExp.test(subNum); |
| 65 | 63 |
} |
| 66 | 64 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?