Slug Generator

Convert any title or phrase into a clean URL slug. Handles accents, special characters, and multiple separators.

How to use the Slug Generator

  1. Type or paste your text in the input field above.
  2. The slug is generated in real time as you type.
  3. Choose your preferred separator β€” hyphen (default for URLs), underscore, or dot.
  4. Click Copy to copy the slug to your clipboard.

What is a slug?

A slug is a URL-friendly version of a string: lowercase letters and digits only, with spaces and special characters replaced by a separator. Slugs are used in URLs, file names, and database keys.

Example: Hello World! This is a Test β†’ hello-world-this-is-a-test

Accented characters are transliterated to their ASCII equivalents (Γ© β†’ e, ΓΌ β†’ u, etc.).