Text Tools

kebab-case Converter

Convert any text or lists of words into kebab-case (spinal-case) online instantly. Perfect for generating clean URLs and CSS class names.

Input Text
Chars: 0
Words: 0
Lines: 0
kebab-case Result

What is this tool?

A kebab-case Converter transforms ordinary text into lowercased words joined by hyphens. This format is widely used in CSS class naming, URL slug creation, and command-line interface arguments.

How to use it

Paste your input text, check the line-by-line option if you want to process multiple lines separately, and copy the kebab-case output.

Frequently asked questions

What is kebab-case?

kebab-case (sometimes called spinal-case) is a naming convention where all letters are lowercased and spaces or underscores are replaced with hyphens (e.g. "kebab-case-example").

Why is it called kebab-case?

It gets its name because the words resemble chunks of meat skewered on a skewer (the hyphens).