Lowercase
Last updated
Last updated
Converts all characters in a text string to lowercase (small letters). This helps create consistent text formatting or normalize user input for comparisons.
value
The text to convert to lowercase
String
Yes
value
The converted lowercase text
String
Drag the Lowercase 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.
Lowercase is particularly useful for normalizing text for case-insensitive comparisons.
It's often used for body text, URLs, and email addresses in design systems.
Text Normalization: Standardize text from different sources for consistent display.
Search Terms: Process search inputs for case-insensitive matching.
Design System Text: Ensure consistent casing for body copy, captions, or labels.
: For converting text to all capital letters.
: For more text casing options like title case or camel case.