Skip to content

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.

Result

How to Build a Rest API with Nodejs

8 words after splitting on - _ . / \ and camelCase boundaries.

Word-by-word decisions
#TokenOutputRule applied
1howHowcontent word → capitalised
2totostop word (not first or last)
3buildBuildcontent word → capitalised
4aastop word (not first or last)
5restRestcontent word → capitalised
6apiAPIknown acronym/initialism
7withwithstop word (not first or last)
8nodejsNodejscontent 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 HTTPServerHTTP + 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.