How to remove all comma from a string
basically removes all comma on the right side but not comma inbetween of a word
Hi @Ultralightbeam,
here is my solution, I used regex to change multiple "," by one and then if it ends with a "," I just remove the last char.
My solution works like this. If there 2 or more, I am removing them and as the last step, I am checking if the last sight is ' and if it is I am removing it as well.
Please let me know if this works for you.
This is the output:
@Emil_Kos
I just found out that I also have two or more commas inbetween the words