The gobble_whitespace method reduces multiple adjacent white spaces (tabs, carriage returns, spaces, and so on) in the specified string to a single space.
gobble_whitespace( input )
| Argument | Description | 
|---|---|
| input | (string) An input string. | 
(String). A string without adjacent white spaces.
|  |