ProtoFlux:ToUpper: Difference between revisions

From Resonite Wiki
m YoshBot moved page ProtoFlux:To Upper (Character) to ProtoFlux:ToUpper(Character): Automated: removing spaces from ProtoFlux namespace
m Yosh moved page ProtoFlux:ToUpper(Character) to ProtoFlux:ToUpper: coalesce char/string
(No difference)

Revision as of 04:36, 25 August 2025

To Upper
Character
*
Characters

The To Upper node takes in a character literal and transforms said character into the uppercase variant of it. This node takes into account the local user's CultureInfo.

Inputs

* (char)

The character to make uppercase.

Outputs

* (char)

The uppercase variant of the given character. 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