The To Lower node takes in a string and makes all letters in that string into the lower case variant of that letter. Numbers, symbols and whitespace are unaffected by this.
To Lower
The string to make lower case.
The lower case string.