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 }}

Output Example of the Code

Result of `upper` Filter