Hi,
I know that there are TONS of topics covering this, but I haven't had any luck finding just what I'm looking for. Maybe my english isn't good enough, when it comes to the more technical terms, I don't know.
What I want to do, is to make every word start with an uppercase letter, EXCEPT for two- and one-letter words.
Example:
He Used To Have A Wallet In His Pocket <- IS CONVERTED TO -> He Used to Have a Wallet in His Pocket.
I was thinking about a process in several steps:
-
Convert every first letter of every word into uppercase and make the rest of the letters in the words lowercase (if a word fx. is written AfROjACk.
-
Convert every two- and one-letter words into all lowercase (fx. an, is, of, to - and so on).
Can anyone help me with the needed scripts for these actions?
Regards,
CHDuelund