Tool Hub

Slugify

Convert text to URL-safe slug (Latin diacritic normalization)

Convert any text into a URL-safe slug by removing special characters, replacing spaces with a separator, and normalizing accents. Use the hyphen separator for most blog and CMS URLs (e.g. "Hello World — Café" → "hello-world-cafe"). Disable strict mode to keep transliterated non-Latin characters.

Slug
hello-world-cafe-resume

How to use

  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.

Examples

  • 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.

Verify outputs before using in production. No warranty — see Terms.