文字工具
Slug Generator
Turn a phrase into a clean URL slug.
Slug
Slug 長度
URL 預覽
為什麼用這個工具
03Generate lowercase, hyphenated slugs for URLs, docs, product pages, and note titles.
Slug Generator creates URL-ready slugs from messy text or working titles.
It removes punctuation, compresses separators, and keeps output clean.
怎麼使用
02複製前快速檢查
03先确认输入格式符合你的预期。
在把结果用于文档、链接、配置或消息前快速扫一眼。
只复制你真正需要的输出。
常見問題
03
Does it keep uppercase letters?
No — slugs are always output in lowercase because URLs are case-sensitive and mixing cases creates duplicate-page problems for SEO. For example, /Blog and /blog are treated as two different URLs by search engines. The converter also strips accents (é → e, ü → u), replaces spaces and special characters with hyphens, and collapses multiple consecutive hyphens into one.
Are special characters removed?
Yes. Punctuation, symbols, and non-ASCII characters are stripped or converted. Accented letters are transliterated to their ASCII equivalents when possible (ñ → n, ö → o). Characters with no ASCII equivalent are dropped entirely. The result is a clean, URL-safe string containing only lowercase letters, digits, and hyphens.
Does it handle multiple spaces?
Yes. Consecutive spaces and hyphens are collapsed into a single hyphen.
相關工具
03Case Converter→
Switch text between uppercase, lowercase, title case, and kebab case.
URL Encoder / Decoder→
Encode and decode URL-safe text values.
Word Counter→
Count words, characters, and lines in any pasted text.