Contact: aviboots(AT)netvision.net.il
41,160 questions
53,652 answers
573 users
let str: string = "904841.9892000"; str = str.replace(/0+$/, ''); console.log(str); /* run: "904841.9892" */