정규표현식
function checkRate (입력)
{
var re = /^[0-9] .?[0-9]*$/ //문자열이 숫자인지 판단//양의 정수인지 판단/^ [1-9 ] [0-9]*]*$/
if (!re.test(input.rate.value))
{
alert("숫자를 입력하세요(예: 0.02). )");
input.rate.focus();
return false;
}
}
다음은 일반 함수를 작성하는 방법입니다.
function BASEisNotNum(theNum)
{
//숫자인지 확인
if (BASEtrim(theNum)=="")
return true
for(var i=0;ioneNum=theNum.substring(i, i 1);
if (oneNum<"0" || oneNum>"9")
return true; false;
}
function BASEisNotInt(theInt)
{
//정수인지 확인
theInt=BASEtrim(theInt)
if ((theInt.length>1 && theInt.substring(0,1)=="0") | BASEisNotNum(theInt)){
return true;
}
return false
}
function BASEisNotFloat )
{
//부동소수점 숫자인지 확인
len=theFloat.length;
dotNum=0
if (len==0)
return true;
for(var i=0;ioneNum=theFloat.substring(i,i 1)
if (oneNum==".")
dotNum
if (((oneNum<"0" || oneNum>"9") && oneNum!=".") || dotNum>1)
return true
}
if (len> 1 && theFloat.substring(0,1)=="0"){
if (theFloat.substring(1,2)!=".")
return true
}
return; 거짓