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