Casing Reference

Available Casings

CasingResultExample Input: "userProfile"
cameluserProfileuserProfile
pascalUserProfileUserProfile
snakeuser_profileuser_profile
kebabuser-profileuser-profile
dotuser.profileuser.profile
slashuser/profileuser/profile
pathuser/profileuser/profile
constantUSER_PROFILEUSER_PROFILE
loweruserprofileuserprofile
upperUSERPROFILEUSERPROFILE
titleUser ProfileUser Profile
trainUser-ProfileUser-Profile

Complex Input Examples

CasingResultExample Input: "orderManagementService"
camelorderManagementServiceorderManagementService
pascalOrderManagementServiceOrderManagementService
snakeorder_management_serviceorder_management_service
kebaborder-management-serviceorder-management-service
constantORDER_MANAGEMENT_SERVICEORDER_MANAGEMENT_SERVICE
titleOrder Management ServiceOrder Management Service

Special Cases

CasingResultExample Input: "API_KEY"
camelapiKeyapiKey
pascalApiKeyApiKey
snakeapi_keyapi_key
kebabapi-keyapi-key
titleApi KeyApi Key