By retieving data from my database and formatting the output in a html page I have the following problem. I have fields composed both by uppercase and lowercase characters, but I need that lowercase character would appear as italics and uppercase as lowercase.
That is lowercase => lowercase italics and uppercase => normal lowercase.
I tried with regex but some problem rise since my charset is utf8.