Tool Hub

URL 簡化器

將文字轉換為 URL 安全 slug (拉丁字母變音符規範化)

通過刪除特殊字符、用分隔符替換空格和規範化重音,將任何文字轉換為URL安全的slug。對於大多數博客和CMS URL,請使用連字符分隔符(例如:"Hello World — Café" → "hello-world-cafe")。停用嚴格模式以保留音譯的非拉丁字符。

Slug
hello-world-cafe-resume

使用方法

  1. Paste or type any text into the input field, including accented or non-Latin characters。
  2. Choose a separator: hyphen (-), underscore (_), or dot (.)。
  3. Toggle lowercase to force all-lowercase output, and toggle strict mode to limit output to ASCII only。
  4. Read the generated slug in the output box and copy it with the copy button。

範例

  • Inputting 'Hello World — Café Résumé' with hyphen separator and strict mode on produces 'hello-world-cafe-resume'。
  • Disabling strict mode on the same input keeps transliterated variants, producing a slug with extended Latin characters intact。

生產環境使用前請驗證輸出。無擔保 — 參見 條款.