Convert text to kebab-case, the format used in CSS class names, URL slugs, and HTML attributes. All processing runs in your browser.
CONVERT TO
Currently converting to kebab-case.
The tool tokenises your input by splitting on spaces, underscores, hyphens, and camelCase boundaries, then rebuilds the words in the target case format. Everything runs in JavaScript inside your browser tab.
All conversion happens using the browser's built-in JavaScript engine. Our servers are not involved at any point.
For swapping substrings across pasted text, try find and replace. To alphabetise or dedupe lines after converting, use sort lines. For checking length after a case change, see the word counter.