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

# WCase

Capitalises the first character of the databox value and lowers everything else.

| Expression | Databox value         | Result                |
| ---------- | --------------------- | --------------------- |
| `WCase`    | `the quick Brown Fox` | `The quick brown fox` |

This normalises a whole value as one sentence — it does not capitalise each word, so it is the wrong tool for tidying up a name or an address typed in capitals.
