Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

convert string to lower case

Sun Oct 26, 2008 10:29 pm

Code:


<?
$mixed_case_word 
"lower";
$lowercase strtolower($mixed_case_word);
print(
$lowercase);
?>





Post a reply
  Related Posts  to : convert string to lower case
 Convert To Upper Case in C++     -  
 Change String to Upper case     -  
 Convert String to Date     -  
 convert string into binary     -  
 Use the 'default' case     -  
 restrictions on the values of each case of a switch     -  
 recursive string reversal- reverse string     -  
 check if string ends with specific sub-string in php     -  
 check if string start with a specific sub-string in PHP     -  
 Splitting a String Based on a Found String     -  

Topic Tags

PHP Strings