The function converts the input string to uppercase, while also converting the first character to lowercase. It preserves any leading whitespace but converts the remaining part of the string to uppercase. Special characters and numbers are left unchanged.

