Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/string.capitalized.md
2024-09-24 14:54:57 +02:00

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.