ProtoFlux:Capitalize

From Resonite Wiki
Revision as of 23:48, 16 April 2024 by AmasterAmaster (talk | contribs) (Fixed category for this node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.