Possible Duplicate:
Replacing excess whitespaces
When I trim using PHP It just trim left and right side of PHP. Isn't their any function that remove more than 2 white spaces between a string?
Suppose I have this
"Stack Overflow"
and I want this
"Stack Overflow"