Skip to content

string.capitalized

Jason Perkins edited this page May 25, 2015 · 4 revisions

Capitalizes the first letter of a string.

s = string.capitalize("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