-
-
Notifications
You must be signed in to change notification settings - Fork 621
string.capitalized
starkos edited this page Apr 10, 2021
·
4 revisions
This wiki is no longer being maintained.
Capitalizes the first letter of a string.
s = string.capitalized("s")
s
is the string value to be capitalized.
The input string with the first letter capitalized.
Premake 5.0 or later.