ProtoFlux:ToUpper(String): Difference between revisions

From Resonite Wiki
Created a page for the To Upper note.
 
m im stupid
Tag: Redirect target changed
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
#REDIRECT [[ProtoFlux:ToUpper]]
|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]]

Latest revision as of 04:41, 25 August 2025

Redirect to: