예제 코드:
if (strNum.length <= 3) {
strNum을 반환합니다.
}
if (!/^( |-)?(d )(.d )?$/.test(strNum)) {
strNum을 반환합니다.
}
var a = RegExp.$1, b = RegExp.$2, c = RegExp.$3;
var re = new RegExp();
re.compile("(\d)(\d{3})(,|$)");
동안 (재.테스트(b)) {
b = b.replace(re, "$1,$2$3");
}
""b ""c를 반환합니다.
}