> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/trim.md).

# Trim

Trims (removes) the Databox value of any leading / trailing spaces.

<table><thead><tr><th width="191">Expression</th><th width="407">Databox Value</th><th width="148">Result</th></tr></thead><tbody><tr><td><code>Trim</code></td><td>"  Mr J Smith       " </td><td>"Mr J Smith"</td></tr><tr><td><code>Trim</code></td><td>"    Mr J Smith"</td><td>"Mr J Smith"</td></tr></tbody></table>
