Hi, I looked at the documentation but I still cant quite figure out how to change the case of some of the letters in the following example:
My array is composed of file names such as:
section_one, section_two, section_three ect...
I want to print these out as titles like so:
Section One, Section Two, Section Three ect...
I already know how to replace the underscore with a space but how can I get my script to recongnize the space and give each new word an uppercase first letter?
this_file_is_an_example ==> This File Is An Example
ect..
Anyone?
Thanks
-steph