Core Function LCFirst
From Sputnik Wiki
LCFirst( <expression> )
Contents |
Description
Lower 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( LCFirst($str) );