Convert a slug to readable text online
Turn a slug (my-url-title) into readable text (My Url Title), right in your browser.
Dashes and underscores become spaces (one line per slug).
🔒 100% client-side — no data sent
Turn a URL slug like my-article-title into readable text such as My Article Title. The conversion runs 100% in your browser with no data sent anywhere. Handy for rebuilding titles from URLs or file names.
What is it for?
- ▸ Recover a readable title from a URL slug
- ▸ Generate labels from hyphen-separated file names
- ▸ Rebuild headings for a breadcrumb or a menu
- ▸ Clean up a list of imported slugs to display them nicely
FAQ
What is a slug?
A slug is the readable part of a URL, usually lowercase with words separated by hyphens, for example beginner-guide. It makes addresses clear and search-engine friendly.
How do I turn a slug into a title?
Paste the slug into the tool: hyphens and underscores are replaced by spaces and each word is capitalized. You get a readable title that you can adjust if needed.
Does the tool handle underscores?
Yes, separators such as hyphens and underscores are converted into spaces. This covers URL slugs as well as variable or file names.