Uppercase
Last updated
Last updated
Converts all characters in a text string to uppercase (capital letters). This is useful for creating consistent text formatting, headers, or emphasizing text.
value
The text to convert to uppercase
String
Yes
value
The converted uppercase text
String
Drag the Uppercase node into your graph.
Connect a text string (like "Hello World"
) to the "value" input.
Run the graph—your output will be "HELLO WORLD"
.
Special characters and numbers remain unchanged.
Uppercase is useful for creating consistent formatting regardless of input casing.
Consider accessibility implications when using all caps, as it can be harder to read.
Button Labels: Convert text to uppercase for button labels in a design system.
Headings & Titles: Create standardized uppercase headings.
Acronyms: Ensure acronyms and initialisms are consistently displayed in caps.
: For converting text to all lowercase letters.
: For more text casing options like title case or camel case.