This question already has an answer here:
I have a string like "Tom Jerry ". I want to trim the extra space from middle of the string(there is 2 white space between first name and last name, I want only one white space). I.e. desirable output is "Tom Jerry". How do I do that?
</div>