I have a line, and I want to replace each space of this line with +, I'm tired of this, using:
tw.Text = strings.Replace(tw.Text, " ", "+", 1)
But this did not work for me ... any solutions?
For example, a line might look like this:
The answer of the universe is 42
Micheal perr
source share