Separator
Case
Runs entirely in your browser, nothing is uploaded.
How it works
Slug Generator for URL-Safe Titles
Paste a title and get a clean URL slug back, accents folded, punctuation dropped, repeats collapsed. Switch to batch mode to slugify a whole list, one per line.
What this does
- Accents folded through NFD, café becomes cafe, Straße becomes strasse, Ørsted becomes orsted
- &, @, £ and € spelled out as and, at, gbp and eur before everything non-ASCII is stripped
- Hyphen or underscore, runs collapsed, edges trimmed, and an optional cap up to 500 characters
- Batch mode turns every input line into its own slug and counts the duplicates it produced
FAQ
Keep going