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