https://devtools.solutions/tools/text/to-kebab.html

Convert to kebab-case

Convert any text or identifier to kebab-case notation — all lowercase words joined with hyphens.


    

Frequently Asked Questions

What does this tool do?

This tool converts text to kebab-case, lowercasing all words and joining them with hyphens.

Can I process long strings?

Yes. Performance depends on your browser and device memory.

Does this tool store my input text?

No. Input text remains in your browser session.

Example input/output

Input: Hello World fooBar

Output: hello-world-foo-bar

How it works

This tool inserts hyphens before uppercase letters, splits on non-alphanumeric characters, lowercases all parts, and joins with hyphens. Processing runs in your browser.

Common use cases

Related tools