On 10/15/07, Richard Heyes <[EMAIL PROTECTED]> wrote:
>
> Philip Thompson wrote:
> > ...
>
> <?php
> $str = 'thisIsAStringIHave';
>
> echo ucfirst(preg_replace('/([A-Z])/', ' $1', $str));
> ?>
>
> HTHHa! I knew there was a much easier way. My brain is still not working this Monday morning........ need... more... caf... feine........ Thanks!! ~Philip

