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.
Other Converters
UPPERCASEConvert your text to UPPERCASE letters instantly.
lowercaseConvert your text to lowercase letters instantly.
Title CaseConvert your text to Title Case, capitalising the first letter of each major word.
Sentence caseConvert your text to Sentence case, capitalising only the first letter of each sentence.
camelCaseConvert your text to camelCase for use in programming.
PascalCaseConvert your text to PascalCase for class names and components.