modding:function:strcapitalize
Discuss this page on this pages TalkPage
strCapitalize
| Syntax | (strCapitalize string) |
|---|---|
| Arguments | string: The string that you want the first character capitalized. |
| Returns | string: The passed in string with the first character capitalized. |
| Category | string operator |
| Description | Capitalizes the first character of the string. |
Example
(strCapitalize "abcdef")
Returns the string Abcdef. Return to Functions list
modding/function/strcapitalize.txt · Last modified: by 127.0.0.1
