This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/string.capitalized.md
2021-03-12 22:10:24 +01:00

21 lines
269 B
Markdown

Capitalizes the first letter of a string.
```lua
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.