How do I trim spaces inside leaving only one space taking consideration of performance?
Input: AA BB Output: AA BB Input: A A Output: A A
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Output:
Note: Unlike some of the other solutions here, this also replaces a single tab with a single space. If you don’t have any tabs you can use ” {2,}” instead which will be even faster: