Skip to content
Advertisement

PHP strtolower ignoring the first character

I am looking for a way in which each word from the 2nd letter to write everything small. The first letter should be ignored. Does anyone have an idea?

JavaScript

Advertisement

Answer

You have to write your own function to do this. Use something like the following:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement