I want to be able to convert a string so that every first character of a word gets converted to uppercase and the remaining characters are lower case.
Below are examples of existing data on the left and how I would like them to be formatted when displayed.
ie.
this is a test = This Is A Test
THIS IS a TEst = This Is A Test
THISISATEST = Thisisatest
Below are examples of existing data on the left and how I would like them to be formatted when displayed.
ie.
this is a test = This Is A Test
THIS IS a TEst = This Is A Test
THISISATEST = Thisisatest