Answers for "remove comma in last js"

4

remove last comma from string javascript

str = str.replace(/,\s*$/, "");
Posted by: Guest on June-26-2020
0

js remove end comma

str = str.replace(/,\s*$/, "");
Posted by: Guest on May-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language