Convert all first letter to upper case, rest lower for each word
- by mrblah
I have a string of text (about 5-6 words mostly) that I need to convert.
Currently the text looks like:
THIS IS MY TEXT RIGHT NOW
I want to convert it to:
This Is My Text Right Now
I can loop through my collection of strings, but not sure how to go about performing this text modification.