# RemoveWhitespaces

Removes all whitespaces from an input string

```mathematica
RemoveWhitespaces("Hell o") → "Hello"
RemoveWhitespaces("Butter fly") → "Butterfly"
```

#### Inputs

`RemoveWhitespaces(string)`

* `string` - A text value
