Trandent API
POST
COMMUNITY
정규식 사용
/(\d)(?=(?:\d{3})+(?!\d))/g
function comma(str) { } return str.replace(/(\d)(?=(?:\d{3})+(?!\d))/g, '$1,'); }