Posted by zorro on 01/10/07 16:55
$string = ' thisSeems toWork prettyWell'; echo preg_replace('/([a-z])([A-Z])/',"$1 $2",$string);
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming