upcase Filter

Convert a string to all uppercase.

Parameters

None.

Category

String Filters

Description

The upcase filter converts a string to all uppercase.

{{ 'i am talking softly.' | upcase }}

Output

I AM TALKING SOFTLY.