Discuss this page on this pages [[strCapitalize Talk Page|TalkPage]] === strCapitalize === See [[http://xelerus.de/index.php?s=functions&function=231|strCapitalize at Xelerus]] ^ 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