upcase
Filter
Convert a string to all uppercase.
Parameters
None.
Category
Description
The upcase
filter converts a string to all uppercase.
{{ 'i am talking softly.' | upcase }}
Output
I AM TALKING SOFTLY.