How to remove extra space in between a string?
533993May 9 2010 — edited Jun 10 2010How to remove the extra space in between the string?
Ex: " AAA BBB CCC"
There is 4 space between AAA & BBB, but we need only one space between AAA & BBB. How to remove this extra space?