Text Tools
URL Slug Generator
Turn any title, headline, or phrase into a clean, URL-safe slug. Accented characters are transliterated, special symbols are removed, and spaces become hyphens, ready to paste into your CMS, router, or permalink.
Converts to lowercase, replaces spaces with hyphens.
Processed in your browser; your text is never uploaded
Features
- Converts spaces and special characters to hyphens
- Transliterates accented characters (é→e, ü→u)
- Removes all non-alphanumeric characters
- Lowercases the entire output
- Collapses multiple hyphens to single hyphen
- Strips leading and trailing hyphens
How to use it
- Type or paste your title in the input field.
- The slug appears instantly in the output.
- Copy the slug to use in your URL, CMS, or code.
Use cases
- Generating blog post URLs from post titles
- Creating route paths for web apps from feature names
- Building product slugs for e-commerce URLs
- Converting category names to URL-safe identifiers
Limitations
- Accented characters are normalized and special characters are removed.
- Very large text blocks depend on browser memory.
- Processing happens entirely in the browser tab.
Related tools
Case Converter
Convert text between uppercase, lowercase, title case, sentence case, camelCase, snake_case, and kebab-case instantly. Paste text and click. All in your browser.
Use toolFind and Replace
Find and replace text with plain text or regex patterns. Supports global replace, case-insensitive matching, and capture group references in the replacement.
Use toolWord Counter
Count words, characters, sentences, paragraphs, and reading time in real time. Paste or upload text, live stats update as you type, all in your browser.
Use toolCharacter Counter
Count characters with and without spaces, words, lines, and UTF-8 bytes in real time. Essential for Twitter, SMS, meta tags, and form field limits.
Use toolRemove Duplicate Lines
Remove duplicate lines from any text list instantly. Case-insensitive mode, blank line removal, and sorted output options. All in your browser, no upload.
Use toolSort Lines
Sort lines alphabetically, in reverse, numerically, or randomly online. Options for case-insensitive sort and blank line handling, instant, free, no upload.
Use toolFrequently asked
How are accented characters handled?
Common accented characters are mapped to their ASCII equivalents (é→e, ñ→n, ü→u). Characters with no mapping are removed.
Are numbers kept in the slug?
Yes. Numbers are alphanumeric and are kept as-is. Leading numbers in the slug are preserved.