If I have a string with multiple spaces between words:
I tended to place my wife under a pedestal.
using JavaScript/regex, how do I remove extraneous internal spaces so that it becomes:
I tended to place my wife under a pedestal.
