Slugify
Turn any text into a clean, URL-friendly slug.
How it works
Turn titles or arbitrary text into URL-safe slugs by lowercasing, removing accents, and replacing spaces with hyphens or underscores. Perfect for blog permalinks and file names.
Example: My Awesome Blog Post! becomes my-awesome-blog-post.
Separator:
Slug
—