ProtoFlux:Capitalize

From Resonite Wiki
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.