Convert-a-Lot knight mascotConvert-a-Lot

Text to kebab-case Converter

Transform text into kebab-case format

How to text to kebab-case

  1. 1.Type or paste your text in the input panel.
  2. 2.The kebab-case result appears instantly.
  3. 3.Copy and use it for URLs, CSS classes, or identifiers.
  4. 4.Handles spaces, underscores, and camelCase boundaries.

About This Tool

Converts text to kebab-case — words are lowercased and separated by hyphens. This format is widely used in URLs, CSS class names, HTML data attributes, and npm package names. The tool automatically handles various input formats.

Frequently Asked Questions

kebab-case is a naming convention where words are lowercase and separated by hyphens. Example: 'Hello World' becomes 'hello-world'.

Because the hyphens between words resemble a skewer through pieces of a kebab.

It's standard for URLs and URL slugs, CSS class names (BEM methodology), HTML attributes, npm package names, and Git branch names.

Related Tools