if i have a string like this...
a bit of text here, and a bit of text there, and some more, just here
what regex would i use to remove the last comma? there could be any amount of commas (i wouldn't know how many), but i would like to remove (replace) the last one.
a bit of text here, and a bit of text there, and some more, just here
what regex would i use to remove the last comma? there could be any amount of commas (i wouldn't know how many), but i would like to remove (replace) the last one.