How to use
- Paste or type the text you want to convert.
- Pick the target casing: camelCase, snake_case, PascalCase, or kebab-case.
- The converted result updates instantly.
- Copy it for use in code, file names, or database columns.
Examples
- "user profile id" becomes userProfileId (camelCase), user_profile_id (snake_case), or UserProfileId (PascalCase).
- Paste a column name like "first-name" and convert it to the casing your codebase uses.