|
Revising text file from ALL CAPS to First Letter Caps.. php script?
Another PHP question. I have a list of 10,000+ phrases line by line in a text file. I need to change it from:
THE BOY
JOHNS BIRD
FRED SUCKS
EAT ME
etc etc
to:
The Boy
Johns Bird
Fred Sucks
Eat Me
etc etc
Anyone know a php code or easy program/way to do this?
|