View Single Post
Old 06-10-2012, 02:18 PM   #1
ElMiko
Addict
ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.
 
ElMiko's Avatar
 
Posts: 320
Karma: 56788
Join Date: Jun 2011
Device: Kindle
Change uppercase to mixed case

I have a bunch of names in all caps:
Code:
JOHN DOE
PEA TEAR GRIFFON
AARON A. AARONSON
What I'm trying to do is change those to mixed case:
Code:
John Doe
Pea Tear Griffon
Aaron A. Aaronson
these are all individually nested in between <h2> tags, so it's easy enough to identify them (<h2>(.*?)</h2>), the problem is in make the mixed case change.

Any ideas?
ElMiko is offline   Reply With Quote