UNPKG

hae

Version:

Mobile web UI based on Vux

6 lines (5 loc) 207 B
export default function (source, length = 3) { source = String(source).split("."); source[0] = source[0].replace(new RegExp('(\\d)(?=(\\d{'+length+'})+$)','ig'),"$1,"); return source.join("."); }