Slugify String

Convert titles, headlines, and sentences into clean, lowercase, URL-safe slugs in real-time.

Frequently Asked Questions

What is a slug?
A slug is the part of a URL that identifies a particular page on a website in an easy-to-read form (e.g. `slugify-string` is the slug for this page).
How does this tool sanitize strings?
It converts text to lowercase, replaces accented characters with their ASCII equivalents (de-accenting), removes special characters, and joins words with hyphens.