Kebab Case Converter
Convert words and identifiers to lowercase kebab-case for slugs, CSS-style names, and tooling.
Free, private, and processed in your browser.
Detected: snake_case
kebab-case output
user-profile-image-url
All naming formats
camelCase
userProfileImageUrlPascalCase
UserProfileImageUrlsnake_case
user_profile_image_urlkebab-case
user-profile-image-urlCONSTANT_CASE
USER_PROFILE_IMAGE_URLdot.case
user.profile.image.urlpath/case
user/profile/image/urlConversion happens locally in your browser. Your input is not sent to a conversion server.
Examples
| Input | Output |
|---|---|
| user profile image | user-profile-image |
| userProfileImage | user-profile-image |
| user_profile_image | user-profile-image |
How this converter works
Paste text or an identifier above. The tool detects word boundaries and common separators, then formats the result using the selected naming convention.
- Input tokens are normalized to lowercase before formatting.
- Words are joined with hyphens to produce kebab-case.
Common use cases
Create slugs, config keys, custom-element names, or other hyphenated identifiers.
Normalize mixed text and developer naming formats for URL- and CSS-adjacent workflows.