mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:31:56 -05:00
269 B
Vendored
269 B
Vendored
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.