Kebab Case Converter
Replace spaces with hyphens for URL slugs and CSS class names.
Transform type
Result
Ctrl Alt C
About kebab-case
What is kebab-case?
kebab-case lowercases every word and joins them with hyphens, dropping spaces, punctuation, and underscores.
When to use kebab-case
URL slugs, CSS class names, npm package names, and command-line flags.
kebab-case examples
My Blog Post Titlemy-blog-post-titleHTTP Request Handlerhttp-request-handlerSave File Pathsave-file-pathWhat is this?what-is-this