The upper filter converts a value to uppercase.
{{ 'welcome' | upper }} {# outputs 'WELCOME' #}
Was this helpful?