TidyText

kebab-case converter

Convert words or identifiers to kebab-case, one line at a time — useful for CSS classes, file names, and URLs.

0 words · 0 chars · 0 lines

Convert
Remove
Lines
More

Questions

What is kebab-case?

Words joined by hyphens, all lowercase: main-header, user-profile. It is used for CSS classes, file names, and URLs.

How is this different from the slug generator?

They are close cousins — the slug generator additionally strips accents down to plain ASCII for URL-safe output, while kebab-case simply re-joins the words of each line with hyphens.