Changing case of strings : strtoupper « String « PHP






Changing case of strings

 
<?
print strtoupper("i'm not yelling!");

print strtolower('<A HREF="one.php">one</A>');
?>
  
  








Related examples in the same category

1.Converting Case
2.string strtoupper ( string str ) returns that string entirely in uppercase characters.
3.strtoupper(): Convert a string to uppercase
4.strtoupper.php
5.Modifying capitalize( ) to take a reference parameter
6.Using the word case functions