Introduction

The upper filter is used to convert all characters in a string to uppercase. This filter is useful when you want to standardize text in uppercase format.

Example of use

Example of how to use the upper filter to convert a string to uppercase:

{{ 'Hello, World!'|upper }}

Example Output Code