ucfirst


<?php
$foo = 'hello world!';
$foo = ucfirst($foo);             // Hello world!

$bar = 'HELLO WORLD!';
$bar = ucfirst($bar);             // HELLO WORLD!
$bar = ucfirst(strtolower($bar)); // Hello world!
?>
// string manipulation function 

4.17
6
Malcolm34 95 points

                                    &lt;?php
/* Convert the first character of &quot;hello&quot; to uppercase:  */
echo ucfirst(&quot;hello samy!&quot;);

//output : Hello samy!
?&gt;

4.17 (6 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
what is work of ucfirst function in php ucfirst php meaning ucfirst in php input VALUE ucfirst php 7 ucfirst word in php ucfirstword in php ucfirst word php first char capital php first capital letter php fucntion uc first in php php first capital first case capital php ucfirstwords in php php is ucfirst a method php ucfirst all words first uppercase php string capitalize in php zfill() php strlen() php how to change the first case of a letter in php php string to uppercase first letter how to captilize in php php 1st letter lowercase string first character uppercase php php string uppercase first letters php string uppercase first letter php text capitalize first letter capitalize php how to convert first character in string lowercase to uppercase in php text capitalize php php capitalize function ucfirst( capialize php php InitCap make capital first letter php capitalize first letter php function 1st letter capital in php php change to uppercase first letter php capitalize first character php convert to first letter only caps first letter capital pph first character of string touppercase in php make first alphabet capital php how to make first letter capital in php first upper case php php capitalize first letters sentense case php how to make first character of string uppercase in php php change sentence in the string ucfirst php function php convert uppercase to first letter uppercase how to make first later capital in php codeigniter in input field ucfirst html ucfist php sentence case php how to capitalize in php how to make first letter capital and rest lowercase in php firsrt letter capital in php first case senstive php php Capitalized Case php capitalizd first word capital inphp string to lower ucfirst get name first letter capital php cappitalize string in php how to convert string to first letter capital in php first letter capita php make a string's first character uppercase php php string capital first letter php make the first letter uppercase u,cap string php how to show words first letter capital in php php ucfirs upcasefirst php php and capitalize first two letters php first letter capitalized to uppercase first letter php how to upper only first character string in php php do first first character to uppercase in php first leter to upper php first leter to caps php string capitalize php method capitalize first letter php first letter to uppercase php first letter updatecase php php first letter to uppercase auto capitalize in php php variable ufirst php uc first what does UcFirst mean first letter captial in string in php upper first letter in php make first letter capital in php php ufcfirst php first to upper php change first character to uppercase cpitalise php how to capitalize first letter in php php change first character big others small text capitalize in php php string first letter uppercase capitalize text php php first letter of string uppercase capitalise php php ucfirst() how to capitalize 1st letter in php string' string first character upper in php php capitalize to letter firstUpcase php php stop email first letter capitalize php change case of first letter make first character uppercase in php captilization in php capitalize string php php new ucfirst class name php convert string to capitalize php capitalise strings php capitalise uppercase to capitalize php first to upper php convert first letter uppercase php php uppercase first letter in string first letter capital php php lowercase capitalize first letter php string capitalize ucupper in php php code to dsiplay capslop in first letter php first character capital php first letter big php code to print the first letter as uppercase uppercase in php first letter php ucfirst special characters initcap in php make first letter of a string uppercase php php capitalize and lowercase return php sentence case convert first letter to lowercase in php php string to capital first letter capital first letter php captilize php capitalize first letter in string php php capatilize string how to capitalize first letter php php to uppercase first letter init cap in php php capitalize only first letter of words capitelise first letter php capitalized string in php capitalise string in php how capitialize only first letter in php how to uppercase first letter in php php first letter MAJ php convert first letter to uppercase how to set uppercase first word using php how to capitalise the first letter php capitalize first letter php php normalize string first uppercase then lowercase php capitalise complete sentence in uppercase letter php capitalize the first letter php php first letter to upper first character to uppercase php Enlarge the first letter of a word in php php upper first letter php capital first letter how to capitaliza in php php function to make first letter capital remove capital at end of string php string capitalize first letter php how to capitalise first letter in php first later capital php php to sentence case ucfirst function inphp capitalization php php to lower with first character cap change first letter to capital in php php make first letter capital php uppercase only first letter first word capital in php php sentence case capital first letter in php php make first letter uppercase ucfirst() in php capatilze first letter php capitalize string in php php convert string to sentence case first letter will automatically capital while entering in database php capitalise first letter php capitalize first alphabet php capitilise first letter php hot to capitalize first letter in php capitlize first letter php php string capitalize first letter php strto sentence case php frist character uppercase capitalize php string strtoupper first letter php ucfirst php capitalize fist letter on insert php capitalise first letter php capatolize string php str capitalize first letter php str uppercase first letter fisrt letter upper php ucfirst in php PHP capitalize sentence first character uppercase php make first letter capital php php first character of string uppercase How to uppercase the first letter of a string php php first letter uppercase first letter capital in php first letter uppercase php php set first character of string to upper string to capitalize php uppercase first letter php PHP set first char to uppercase capitalize first character php capitalize php ucfirst php sentence case in php php first character uppercase php text transform capitalize php first letter capital first letter caps in php make string start with uppercase php first character capital in php php how to make string start with capital letter php first char uppercase first to uppercase php php first word uppercase php capitalize first letter php capitalize capital letter php php capitalize string php ucfirst php uppercase first letter php capitalize first string how to change first letter to uppercase and other to lowercase in php first letter to upper php
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source