kebab-case Converter
Paste text and turn it into kebab-case — for URL slugs, CSS classes and file names. Runs in your browser.
Result
What is kebab-case?
kebab-case joins words with hyphens, all lowercase: "user profile page" becomes "user-profile-page". It is the standard style for URL slugs, CSS class names and HTML attributes.
Is this the same as a URL slug generator?
Essentially yes — kebab-case output is a clean URL slug. Accented letters are kept as typed; combine with lowercase conversion for strict ASCII slugs.