Initial community commit
This commit is contained in:
20
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/string.capitalized.md
vendored
Normal file
20
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/string.capitalized.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user