ProtoFlux:ToLower(String): Difference between revisions

From Resonite Wiki
Oxford comma.
m YoshBot moved page ProtoFlux:To Lower (String) to ProtoFlux:ToLower(String): Automated: removing spaces from ProtoFlux namespace
(No difference)

Revision as of 00:37, 21 August 2025

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.