I have a sentence say
"This is my new program"
I want to convert it to
"This is my new program"
i.e, extra space after every word.
How can I achieve this using Regex in .net ?
This has to be generic. Say for example if the number of spaces are 4 between words, it should make it 5.
1 Answer