To Lowercase
- Updated2023-02-17
- 1 minute(s) read
To Lowercase
Converts all alphabetic characters in a string to lowercase characters. This node does not modify non-alphabetic characters.
Inputs/Outputs

string
The string you want to modify.
This input can also be any data type that contains only strings, such as an array or cluster of strings.

all lowercase string
The converted version of the input string in which all uppercase characters are now lowercase.
The data type of this output matches the data type of
string.