Mega Code Archive

 
Categories / Php / Strings
 

Changing case of strings

<? print strtoupper("i'm not yelling!"); print strtolower('<A HREF="one.php">one</A>'); ?>