Kebab Case Converter

Convert text to `kebab-case`.

About the Kebab Case Converter

This tool converts any string of text into "kebab-case", which is the practice of writing identifiers with all lowercase letters and separating words with hyphens (-). It is a common convention used in URL slugs, CSS class names, and file naming.

How to Use This Tool

  1. Enter Text: Paste your text (e.g., "Hello World" or "camelCase") into the input area.
  2. Live Conversion: The tool will automatically convert the text to kebab-case in the output area.
  3. Copy Result: Click the copy button to copy the result to your clipboard.