Thanks Siva524. I guess I was asking how to do this rather than alternatives. Anyway I think I've figured it out with a regular expression although I have to re-run the expression to seperate all the names. It is
Find: (?<=\btitle>)(.*?)([a-z])([A-Z])
Replace: $1$2 $3
Sebastiz, if this helps please login to Mark As Answer. |
Reply | Alert Moderator