upper
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
The upper filter converts a value to uppercase:
{{ 'welcome'|upper }} {# outputs 'WELCOME' #}