Reportana - Documentação home page
English
Search...
⌘K
Search...
Navigation
Filters
upper
Reportana® Script
Execute JavaScript
API Documentation
Reportana® Script
What is Reportana® Script?
Introduction
How Do Variables Work?
Customer Data
Business Data
Order Data
Tracking Data
Abandoned Cart Data
Operators
In
Is
Math
Logic
Comparisons
Others
Structures
For
If / else
Set
Do
Filters
escape
date
date_modify
default
format_currency
number_format
join
json_encode
length
lower
map
raw
slice
split
title
trim
upper
sort
Functions
find_order_by_number
find_orders_by_email
On this page
Introduction
Example of Use
Output Example of the Code
Filters
upper
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:
Copy
{{
'Hello, World!'
|
upper
}}
Output Example of the Code
trim
sort
Assistant
Responses are generated using AI and may contain mistakes.