String Conversion: Enjoy improved string conversion as uppercase words in camelCase and PascalCase are now correctly transformed. For example, 'TESTString' is now converted to 'testString' and 'TestString'.
Fixes
Fix incorrect conversion of uppercase words in camelCase and PascalCase. This ensures that strings like 'TESTString' are now accurately converted to 'testString'.