Slug to Title Converter
Turn URL slugs and file names into readable titles — real title-case rules with an editable stop-word list, preserved acronyms, and a word-by-word explanation of every decision.
How to Build a Rest API with Nodejs
8 words after splitting on - _ . / \ and camelCase boundaries.
| # | Token | Output | Rule applied |
|---|---|---|---|
| 1 | how | How | content word → capitalised |
| 2 | to | to | stop word (not first or last) |
| 3 | build | Build | content word → capitalised |
| 4 | a | a | stop word (not first or last) |
| 5 | rest | Rest | content word → capitalised |
| 6 | api | API | known acronym/initialism |
| 7 | with | with | stop word (not first or last) |
| 8 | nodejs | Nodejs | content word → capitalised |
Capitalisation style
Acronyms keep their listed casing — so api always becomes API. Words already typed with capitals (like SEO in the slug) are preserved when that option is on.
About this tool
Splitting is a character walk rather than a regular expression: delimiters break words, and camelCase is detected from lower-to-upper transitions, including runs of capitals such as HTTPServer → HTTP + Server. Title case then applies a real rule set — stop words stay lowercase except in first or last position, known acronyms and already-capitalised words keep their casing, and AP style switches to the headline convention that words of four or more letters are capitalised. Batch mode converts a whole list and copies as plain lines or CSV. Everything runs locally in your browser.
- 100% free — no account needed
- Runs in your browser
- Nothing is uploaded
Frequently asked questions
Is Slug to Title Converter really free?
Yes. Slug to Title Converter is completely free on PureBrowser — every feature, with no account, no trial, and no credit card.
Does Slug to Title Converter upload my data?
No. Slug to Title Converter runs entirely inside your browser, so anything you type, paste, or open stays on your own device.
Do I need to sign up or install anything?
Neither. There is no account and nothing to download — open the page and Slug to Title Converter is ready to use on desktop or mobile.
Does Slug to Title Converter work offline?
Once the page has loaded, yes. All of the processing happens locally in your browser, so it keeps working without a connection.
More text tools
Character Counter
Count characters, words, and sentences with platform limits.
Social Character Counter
Check text length for X, LinkedIn, and Instagram limits.
Instagram Line Break Generator
Add invisible line breaks to Instagram bios and captions so each line displays on its own row.
Lorem Ipsum Generator
Generate placeholder text in standard, funny, or tech styles.
Text Repeater
Repeat any text with custom separators and transforms.
WhatsApp Text Formatter
Format bold, italic, strikethrough, and monospace for WhatsApp.