Is it possible to convert an all-uppercase string into a string where only the first letter of each word is in upper case using regular expressions?
THIS IS A SAMPLE STRING
--->
This Is A Sample String
At first I thought this would be an easy task, but now I don't even know how to start or even if it is possible.