kebab-case Converter
Convert text to kebab-case.
Related tools
How it works
- 1
Paste your text
For example: "Hello World".
- 2
Converted instantly
It becomes "hello-world" as you type.
- 3
Copy the result
One click copies the converted text — ready to use as a URL slug.
FAQ
- Does it lowercase everything?
- Yes — words are lowercased and joined with hyphens, the conventional style for URL slugs and CSS class names.
- How are words split before converting?
- On spaces, underscores and camelCase/PascalCase humps — so "hello world", "hello_world" and "helloWorld" all convert the same way.
