Contact: aviboots(AT)netvision.net.il
41,393 questions
53,939 answers
573 users
let str = '12,449,327,098'; str = str.replace(/,/, '.'); console.log(str); /* run: 12.449,327,098 */