Home/kebab-case Converter

kebab-case Converter

Convert your text to kebab-case with hyphens between words.

Examples

InputHello World Example
Outputhello-world-example
InputMy Blog Post Title
Outputmy-blog-post-title

What is kebab-case?

kebab-case replaces spaces with hyphens and converts all letters to lowercase. It is named after a kebab skewer, as the hyphens between words resemble items threaded on a stick.

When to use kebab-case

Use kebab-case for URL slugs and permalinks, for CSS class names (BEM methodology), for HTML data attributes, and for Git branch names and file names in web projects.