The <code>upper</code> filter converts a value to uppercase.

For example:

```bash
{{ 'chargeover'|upper }}

Will print "CHARGEOVER"
```