I have this string:
mystring = 'Here is some text I wrote '
How can I substitute the double, triple (…) whitespace chracters with a single space, so that I get:
mystring = 'Here is some text I wrote'
I have this string:
mystring = 'Here is some text I wrote '
How can I substitute the double, triple (…) whitespace chracters with a single space, so that I get:
mystring = 'Here is some text I wrote'