Lets say I have a varible $keyword witch equals "alma". I have a string that "South's Alma Mater of the Year". I want to keep the setup of the string with some words capitalized and some words not. I want to replace the $keyword in the string to <font color=red>$keyword</font>. This does not work because the keyword is "alma" and the word that I want replaced is "Alma". Ideas on how to do this, while keeping the structure of the string? Thanx!
Jason Rottman