> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/string-functions/spaces.md).

# Spaces

Repeats (merge) whitespaces multiple times

```mathematica
Spaces(2) → "  "
```

#### Inputs

`Spaces(count)`

* `count` - Number of times to repeat
