Text tools
Slug Generator
Convert any title or sentence into a clean, URL-safe slug.
Preview
https://example.com/hello-world-welcome-to-toulino-2026-edition
How it works
- 1Type or paste a title.
- 2Pick a separator (- _ .) and the casing rules.
- 3Copy the resulting slug.
Use cases
- Generate blog-post URLs from titles.
- Normalize tags and category names.
- Convert filenames into web-safe identifiers.
Frequently asked questions
What does "ASCII-only" do?
It strips any non-Latin characters entirely. Off by default, so "café" becomes "café"; on, it becomes "cafe".
Are emoji preserved?
No — emoji are not URL-safe and are stripped along with punctuation.
How are repeat separators handled?
When "Trim & dedupe" is on, repeat separators collapse to one, and leading/trailing separators are removed.
Read the guide
How to make a URL slug that survives the internet
A good slug is readable, short, and forever-stable. Here are the rules — and the gotchas with non-Latin scripts and emojis.
Related tools
See all →Case Converter
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Word Counter
Count words, characters, sentences, paragraphs, and reading time instantly.
Character Counter
Count letters, digits, punctuation, whitespace, and more.
Remove Duplicate Lines
Strip duplicate lines from a list while preserving order.