Converter Web ToolsConverter WebTools

Kebab Case Converter

Convert text to kebab-case instantly in your browser.

Input
Output
Share Link
Settings

What is kebab-case?

kebab-case joins words in lowercase and separates them with hyphens, like first-name or main-content. It is the standard style for URL slugs, CSS class names, HTML attributes and many CLI options. This tool converts any text to kebab-case instantly in your browser.

How to use

  1. Paste your text into the input box.
  2. The kebab-case result appears instantly.
  3. Click Copy to use it.

Examples

Inputkebab-case
First Namefirst-name
totalOrderCounttotal-order-count
user_iduser-id
HTML Parserhtml-parser

Common uses

  • URL slugs (SEO-friendly page addresses).
  • CSS class names and HTML attributes.
  • Command-line flags and file names.

Frequently asked questions

Why is kebab-case good for URLs?
Search engines treat hyphens as word separators, so kebab-case slugs are readable and SEO-friendly.
Difference from snake_case?
kebab-case uses hyphens (first-name); snake_case uses underscores (first_name).
Does it lowercase the text?
Yes, kebab-case is lowercase with hyphens between words.