To Lower
Characters
The To Lower
node takes in a character literal and transforms said character into the lower case variant of it.
Inputs
* (char)
The character to make lower case.
Outputs
* (char)
The lower case version of the given character. Characters that do not have a lowercase version mapped will not be changed.
The specifics of Unicode uppercase and lowercase character mapping is too involved for this wiki page, but if one is interested, see the official Unicode data file as well as the format used for the file.