ProtoFlux:To Lower (String): Difference between revisions

From Resonite Wiki
Created the page for the To Lower node.
 
Oxford comma.
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
|}}
|}}


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.
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 ==
== Inputs ==

Latest revision as of 22:02, 17 April 2024

To Lower
Str
*
Formatting

The To Lower 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.