Slug generator
Turn titles or phrases into URL-safe slugs, one per line.
How to use
- Paste one title or phrase per line.
- Choose the separator and whether to keep non-ASCII letters.
- Generate and copy the slugs.
What it supports
By default only a–z and 0–9 are kept; accents are folded (é → e) and other characters become separators. The Unicode option keeps letters and numbers of any script, lowercased. Up to 100,000 characters.