Discuss this page on this pages TalkPage
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. |
(strCapitalize "abcdef")
Returns the string Abcdef. Return to Functions list