View Single Post
Old 06-10-2012, 02:18 PM   #1
ElMiko
Evangelist
ElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileRead
 
ElMiko's Avatar
 
Posts: 471
Karma: 65460
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