Kebab Case Converter
Convert text into kebab-case, where words are lowercased and joined with hyphens. Ideal for URLs, CSS class names, and file names.
- 100% Free
- No Sign Up
- Instant Results
- Private by Design
Characters: 0 | Words: 0 | Lines: 0 | Sentences: 0
Characters: 0 | Words: 0 | Lines: 0 | Sentences: 0
Your text is processed locally in your browser. We never store or upload your data.
Examples
My Awesome Blog Post my-awesome-blog-post userProfileCard user-profile-card Header Nav Item header-nav-item Frequently Asked Questions
What is kebab-case used for?
kebab-case is used for URL slugs, CSS class names, and file names because hyphens are URL- and filesystem-friendly.
Is kebab-case the same as a slug?
They are similar. A slug also strips accents and special characters for safe URLs. Use the Slug Generator for that.
Can I convert camelCase to kebab-case?
Yes. userProfile becomes user-profile because the converter detects case boundaries.