ProtoFlux:ToUpper(String): Difference between revisions

From Resonite Wiki
m YoshBot moved page ProtoFlux:To Upper (String) to ProtoFlux:ToUpper(String): Automated: removing spaces from ProtoFlux namespace
coalesce
Tag: New redirect
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
#REDIRECT [[ProtoFlux:ToLower]]
|Name=To Upper
|Category=Formatting
|Inputs=
[
{"Name":"Str", "Type":"String"}
]
|Outputs=
[
{"Name":"*", "Type":"String"}
]
|}}
 
The <code>To Upper</code> node takes in a string and makes all letters in that string into the upper case variant of that letter. Numbers, symbols, and whitespace are unaffected by this.
 
== Inputs ==
 
=== * ([[String]]) ===
 
The string to make upper case.
 
== Outputs ==
 
=== * ([[String]]) ===
 
The upper case string.
 
[[Category:ProtoFlux:Strings:Formatting]]

Revision as of 04:40, 25 August 2025

Redirect to: