Text Tools
Slug Generator
Turn a title into a URL-safe slug with lowercase letters, numbers and hyphens.
Your information is processed in your browser and is not uploaded to our servers.
Title
Slug
About this tool
A slug is a URL-safe identifier: lowercase ASCII, hyphens instead of spaces, accents stripped.
How to use
- Type a title.
- Copy the slug.
Formula and methodology
NFKD, strip combining marks, lowercase, replace non [a-z0-9] with -, trim hyphens.
Worked example
How to Calculate BMI → how-to-calculate-bmi.
Frequently asked questions
Are non-Latin scripts kept?+
Letters without a Latin NFKD form are dropped. Use a dedicated i18n slugger if you need them.
Is the title uploaded?+
No.
Related tools
Case Converter
Switch text between uppercase, lowercase, title case, sentence case, camelCase, snake_case and kebab-case.
Open tool →
URL Encoder
Percent-encode URLs and query strings.
Open tool →
Remove Extra Spaces
Collapse repeated spaces, trim lines and optionally squeeze blank lines.
Open tool →
Word Counter
Count words, characters, sentences and estimated reading time.
Open tool →
Character Counter
Count characters with and without spaces.
Open tool →
Remove Duplicate Lines
Drop duplicate lines from a list while keeping the original order.
Open tool →