ProtoFlux:ToLower(String): Difference between revisions

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

Latest revision as of 04:35, 25 August 2025

Redirect to: