capitalize
function
The capitalize
action Capitalizes the first letter of each word in text. It belongs to the text category within the ui area.
Action Syntax
capitalize "text"
A quoted text string
capitalize $variable
A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = capitalize
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = capitalize "hello world"
Action code: 1687099953
Version: 0.6.4-6
Last updated: 2025-06-13