(Redirected from ProtoFlux:To Upper)
To Upper
Characters
The ToUpper node takes in a character or string and outputs it as uppercase. This node takes into account the local user's CultureInfo.
Inputs
* (Generic)
The character or string to make uppercase.
Outputs
* (Generic)
The uppercase variant of the given character or string. Characters that do not have an uppercase 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.
See also
- ProtoFlux:ToLower to turn strings or characters lowercase.
- Microsoft documentation for the
String.ToUpper() method
, which is used internally.