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