### Environment - scule@1.3.0 - node@20.17.0 ### Reproduction ``` titleCase('in world') // actual: in World // expected: In World titleCase('and then') // actual: and Then // expected: And Then ``` ### Describe the bug For any of the words that are '*title case exceptions*', they are not transformed to *Upper-First* if they're coming first in a string ### Additional context _No response_ ### Logs _No response_