ProtoFlux:Capitalize: Difference between revisions

From Resonite Wiki
Created a page for the Capitalize node.
 
Fixed category for this node page.
 
Line 26: Line 26:
The capitalized string.
The capitalized string.


[[Category:ProtoFlux:String:Formatting]]
[[Category:ProtoFlux:Strings:Formatting]]

Latest revision as of 23:48, 16 April 2024

Capitalize
Str
*
Formatting

The Capitalize node takes in a string and capitalizes the first letter of the string. Having a letter that is not in the first index of the string will not capitalize the string.

Inputs

Str (String)

The string to capitalize.

Outputs

* (String)

The capitalized string.