what I'm trying to do is I'm trying to reduce whitespace sizes to 1 characters (removing any unneeded whitespace. How should I deal with the task ?
PS.: NO Regex
EDIT.: Thanks, already succeeded, thanks for the split+join suggestion. Unfortunately, can't upvote any of the responses as frustrated teens have already -repspammed me for asking "a question too simple for the website"
EDIT2.: How do I make sure it doesn't remove a space in the front of the sentence, in case there is one ?