I'm sure it's simpe but I can't think of a way of just capitalising four letters in a single string?
Example:
<?php // some function $name = "peter is not cool"; print function($name); // output: PETEr is not cool ?>
Any ideas?
Thank you.
Edited by Jackdawhouse, 24 July 2008 - 05:53 PM.
