文字工具

Slug Generator

Turn a phrase into a clean URL slug.

浏览器内处理即时输出本地数据

Slug

toolgrid-utility-index

Slug 長度

22

URL 預覽

https://toolgrid.app/tools/toolgrid-utility-index

為什麼用這個工具

03

Generate 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
01Paste a title or phrase into the field.
02Copy the generated slug for URLs or file names.

複製前快速檢查

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.

相關工具

03

Case Converter

Switch text between uppercase, lowercase, title case, and kebab case.