How can one remove large amounts of whitespace in a text string? I do not want to remove the spaces between standard words. For example lets say I have this string:
This is the most helpful forum. You should join it!
I would want to change it to:
This is the most helpful forum. You should join it!
I don't really care if there is two spaces after a period but it would be nice. I have seen replacement strings that replace the whitespace so it is all gone but as I said I want to keep the standard spacing.
Thanks,
Zych
This is the most helpful forum. You should join it!
I would want to change it to:
This is the most helpful forum. You should join it!
I don't really care if there is two spaces after a period but it would be nice. I have seen replacement strings that replace the whitespace so it is all gone but as I said I want to keep the standard spacing.
Thanks,
Zych