ProtoFlux:ToLower(String): Difference between revisions

From Resonite Wiki
m 989onan moved page ProtoFlux:To Lower to ProtoFlux:To Lower (String): Conflict
coalesce
Tag: New redirect
 
(2 intermediate revisions by 2 users not shown)
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: