remove comma at the end of string javascript C# code example Example: remove last comma from string javascript str = str.replace(/,\s*$/, "");