将文本转换为 URL 友好的 slug,可自定义分隔符、大小写和长度
A slug is a URL-friendly version of a string. It is typically used in web addresses to create human-readable and SEO-friendly URLs from titles or names.
The slugifier removes accents and diacritics, strips special characters, replaces spaces with your chosen separator, and optionally converts to lowercase.
Clean, descriptive URLs improve search engine rankings and make links more shareable. Slugs help search engines understand page content.
Blog post URLs, product page slugs, file naming conventions, API endpoint paths, and any scenario requiring clean, URL-safe strings.