How to make the first char of a string lowercase in PHP?
Posted
by Joseph
on Stack Overflow
See other posts from Stack Overflow
or by Joseph
Published on 2010-05-10T10:13:06Z
Indexed on
2010/05/10
10:24 UTC
Read the original article
Hit count: 254
php
I cannot use strtolower as it affects all char. Should I use some sort of regular expression ?
I'm getting a string which is a product code, I want to use this product code as a search key in a different palce with the first letter made lowercase.
© Stack Overflow or respective owner