The function takes a string as input and performs the following operations:
- If the input string consists of lowercase letters, the function capitalizes the first letter and makes the rest of the letters lowercase.
- If the input string consists of digits, the function leaves the string unchanged.

