Outils de texte
Slug Generator
Turn a phrase into a clean URL slug.
Slug
Longueur du slug
Aperçu de l'URL
Pourquoi utiliser cet outil
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.
Comment l'utiliser
02Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
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.
Outils liés
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.