Quick and dirty hack for making the first character of a string upper case
Note: The first character must be lower case
string to operate on
Same string but with the first character using uppercase
See Implementation
Quick and dirty hack for making the first character of a string upper case
Note: The first character must be lower case