Slugify
Convert text to URL-safe slugs
What is a slug?
A slug is a URL-friendly version of a string. It's lowercase, has no special characters, and uses hyphens or underscores to separate words. Used in blog URLs, file names, and anywhere you need a clean identifier from human-readable text.