Reportana - Documentação home page
English
Search...
⌘K
Search...
Navigation
Filters
lower
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
lower
Introduction
The
lower
filter is used to convert all characters in a string to lowercase.
This is useful when you need to standardize text formatting—for example, to display information consistently or perform text comparisons.
Example of Use
Exemplo de como usar o filtro
lower
para converter uma string para minúsculas:
Copy
{{
'Hello, World!'
|
lower
}}
Output Example of the Code
length
map
Assistant
Responses are generated using AI and may contain mistakes.