This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Text to Lowercase node takes a text string as input and converts all of its characters to lowercase. It is a simple utility for standardizing text case.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
text | STRING | Yes | Any text string | The text string to be converted to lowercase. |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
text | STRING | The input text with all characters converted to lowercase. |