lcfirst

Quick and dirty hack for making the first character of a string lower case

Note: The first character must be upper case

string
lcfirst
(
string str
)

Parameters

str string

string to operate on

Return Value

Type: string

Same string but with the first character using lowercase

Meta