Skip to content

string.capitalized

starkos edited this page Apr 10, 2021 · 4 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Capitalizes the first letter of a string.

s = string.capitalized("s")

Parameters

s is the string value to be capitalized.

Return Value

The input string with the first letter capitalized.

Availability

Premake 5.0 or later.

Clone this wiki locally