I am trying to replace 5x spaces in a string with a comma "," - I have tried regex and ConvertString.Replace (" ", ",")
which I thought would be the easiest way but I am failing.
I have a string = "Booth 3 10:00 more guys a948484 23.01.2022"
and would like to create an array
if anyone can help it would be appreciated...
which I thought would be the easiest way but I am failing.
I have a string = "Booth 3 10:00 more guys a948484 23.01.2022"
and would like to create an array
if anyone can help it would be appreciated...