Hm, skus toto:
Kód:
function replaceCommasWithDots(string) {
    return string.replace(",", ".");
}