Answers for "check if lasst character in strang array is comma then remove"

2

remove last comma from string javascript

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

Code answers related to "check if lasst character in strang array is comma then remove"

Code answers related to "Javascript"

Browse Popular Code Answers by Language