Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
let str = '7,849,127,092'; str = str.replace(/,/, '.'); console.log(str); /* run: "7.849,127,092" */