ProtoFlux:To Upper (String): Difference between revisions

From Resonite Wiki
m 989onan moved page ProtoFlux:To Upper to ProtoFlux:To Upper (String): Conflict
Oxford comma.
 
Line 12: Line 12:
|}}
|}}


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

Latest revision as of 22:02, 17 April 2024

To Upper
Str
*
Formatting

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