Top "Ucfirst" questions

ucfirst, short for 'Upper Case First', is a function which replaces the first letter of words in a string by their uppercase equivalent.

How to make first letter of a word capital?

I have a word default and I want a php function to make only first letter capital. Can we do …

php uppercase ucfirst
Make string title case using ucfirst

I'm probably missing something really obvious. While converting a bunch of string before inserting them in a array I noticed …

php title-case ucfirst
Sublime Text - command to make first character uppercase

There are upper_case and lower_case commands: { "keys": ["ctrl+k", "ctrl+u"], "command": "upper_case" }, { "keys": ["ctrl+k", "ctrl+…

keyboard-shortcuts sublimetext ucfirst
Capitalize First word in PHP

As i am using PHP, So problem comes to me that how can i captilized the first Letter In this …

php codeigniter ucfirst