To Lowercase

Converts all alphabetic characters in a string to lowercase characters. This node does not modify non-alphabetic characters.

1378

Inputs/Outputs

datatype_icon

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.
datatype_icon

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.