lowercase
function
The lowercase
action Converts text to all lowercase letters. It belongs to the text category within the ui area.
Action Syntax
lowercase "text"
A quoted text string
lowercase $variable
A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = lowercase
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = lowercase "REALLY IMPORTANT"
Action code: 1549753703
Version: 0.6.4-1
Last updated: 2025-06-13