About
Generate URL-friendly slugs from titles, names, and phrases.
What is a slug?
A slug is a URL-safe string used in page paths. It usually contains lowercase words separated by hyphens or underscores.
How slugification works
The utility normalizes spacing, transliterates special characters, removes symbols, and joins words using your selected separator.
Where to use it
Use slugs for article links, product URLs, SEO routes, and identifiers that need to remain readable and stable.