🔗Slug Generator
Generate URL-friendly slug strings
Separator
How to Use
FAQ
What is a slug?
A slug is a short text used in URLs to identify pages, such as the slug for "Hello World" being "hello-world".
Should slugs use uppercase or lowercase?
Slugs should always use lowercase letters since URLs are case-sensitive. Consistent lowercase avoids duplication and confusion.