Convert text to kebab-case
Convert sentences or camelCase to kebab-case, ideal for URL slugs and CSS class names.
Processed on your device. Nothing is sent to any server.
Convert sentences or camelCase to kebab-case, the ideal format for URL slugs, file names and CSS class names.
Detects separators and case changes, then joins the lowercase words with hyphens, ready to use in a URL.
Use cases
- Generating a URL slug from a title.
- Naming CSS classes.
- Converting file names to a consistent format.
How it works
- 1
Paste your text
Type a sentence or camelCase on the left.
- 2
Copy the result
The kebab-case text appears automatically on the right.
Frequently asked questions
- Does it strip special characters?
- It turns spaces, underscores and case changes into hyphens; characters that aren't letters, digits or those separators are kept as-is.