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-title
  • HTTP Request Handlerhttp-request-handler
  • Save File Pathsave-file-path
  • What is this?what-is-this