Core Function UCFirst
From Sputnik Wiki
UCFirst( <expression> )
Contents |
Description
Upper Cases first letter of string.
Parameters
expression
The string to use.
Return Value
Success: Returns new string.
Failure: Returns old string.
Remarks
None.
Example
$str = "the quick brown fox"; MsgBox( UCFirst($str) );