how to lowercase the first letter in a string
Posted: Mon Jan 17, 2005 4:52 am
Hello
Assume I have a string like so:
$test = 'Hello My Name is John";
I would like to lowercase the first letter in the string so the stringw will become
"hello My Name is John"
I saw function ucfirst(), but there is no lcfirst()
you can assume that the first letter is latin
regards
Assume I have a string like so:
$test = 'Hello My Name is John";
I would like to lowercase the first letter in the string so the stringw will become
"hello My Name is John"
I saw function ucfirst(), but there is no lcfirst()
you can assume that the first letter is latin
regards