Applies fromCamelCase only when the string looks like camelCase (starts with a lowercase letter and contains no spaces). Strings that are already display-ready (PascalCase, contain spaces, etc.) are returned as-is.
The string to conditionally convert.
Applies fromCamelCase only when the string looks like camelCase (starts with a lowercase letter and contains no spaces). Strings that are already display-ready (PascalCase, contain spaces, etc.) are returned as-is.