Skip to main content

Documentation Index

Fetch the complete documentation index at: https://reportana.dev/llms.txt

Use this file to discover all available pages before exploring further.

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