Text UtilitiesText ConvertersFree Tool
kebab-case Converter
Convert text from spaces, underscores, or camelCase/PascalCase into kebab-case — all lowercase, words joined by hyphens.
How to Use kebab-case Converter
- 1Paste your text (spaces, snake_case, or camelCase all work)
- 2View the kebab-case result instantly
- 3Copy it to your clipboard
Frequently Asked Questions
Any of them — space-separated words, snake_case, or camelCase/PascalCase — the tool detects word boundaries from spaces, hyphens, underscores, and capital letters, then rebuilds the result as lowercase words joined by hyphens.
Yes — underscores are recognized as word separators and converted to hyphens, giving "hello-world".
Yes — kebab-case is the standard format for URL slugs, so this works as a quick slug generator, though it doesn't strip characters that aren't URL-safe beyond normalizing them as word separators.
No — the conversion happens entirely in your browser.
Related Tools
Title Case Converter
Capitalize the first letter of every word — a simple word-by-word title case, not a style-guide-aware converter.
CamelCase Converter
Convert text from spaces, hyphens, underscores, or existing camelCase/PascalCase into camelCase — lowercase first word, capitalized words after.
snake_case Converter
Convert text from spaces, hyphens, underscores, or camelCase/PascalCase into snake_case — all lowercase, words joined by underscores.
PascalCase Converter
Convert text from spaces, hyphens, underscores, or camelCase into PascalCase — every word capitalized, joined with no separator.