Slug to Title Converter

Turn slugs, filenames, ticket IDs, routes, and code identifiers into readable words while preserving acronyms, versions, and dates.

All slug and identifier conversion happens locally in your browser. No text is sent to our servers.
Slug and identifier converter
Options
Convert to

Quick examples

Humanize slugs, filenames, and identifiers

A slug to title converter turns machine-readable names into readable text. It is useful when a URL slug, ticket filename, route name, branch label, or code identifier needs to become a note title, draft heading, UI label, or planning-board item.

This tool focuses on developer and content workflows where preserving meaning matters. It splits separators and common identifier formats, but keeps useful tokens such as ticket prefixes, version-like chunks, dates, and all-caps acronyms. For the reverse workflow, use the Title to Slug Converter.

What it converts

  • Hyphen, underscore, dot, slash, and whitespace-separated slugs.
  • Filenames and issue-ticket names such as JIRA-123-web-project-update-title-ticket.
  • URL path segments from content audits, redirects, migrations, and exported route lists.
  • Code-style identifiers such as camelCase, PascalCase, and CONSTANT_CASE.
  • Batch input where each line should stay as a separate output line.
Example: JIRA-123-web-project-update-title-ticket becomes JIRA 123 web project update title ticket in readable mode.

Slug decoder and identifier humanizer workflows

Searchers often call this task slug to words, slug humanizer, slug decoder, URL slug to title, filename to title, or identifier humanizer. The useful pattern is the same: take a compact machine-readable string and turn it into text that a person can scan in a spreadsheet, issue tracker, CMS export, or UI draft.

  • Use it during content audits when exported URLs need readable page labels.
  • Use it for developer naming cleanup when snake_case, kebab-case, camelCase, or CONSTANT_CASE should become readable words.
  • Use the Text Case Converter when you need to convert the same words into many programming case styles.

Output modes

Mode Use it for Example output
Readable words Notes, planning titles, labels that should stay close to the source. JIRA 123 web project update title ticket
Title Case Draft headings where every token should start uppercase. Release Definition Prd Goals
Acronym title Developer headings with known acronyms such as API, URL, PRD, MCP, or JSON. API URL PRD for MCP

Current preservation rules

  • "Preserve" means separators inside a recognized version or date stay inside that token instead of becoming spaces.
  • For example, release-v2.1.0-2026-05-29-notes becomes release v2.1.0 2026-05-29 notes, not release v2 1 0 2026 05 29 notes.
  • Readable mode keeps lowercase tokens lowercase and preserves all-caps tokens when that option is enabled.
  • Acronym normalization uses a small built-in list. It does not infer every team-specific acronym.
  • This tool humanizes existing text. It is not a full SEO title optimizer or grammar rewriter.

Related naming tools

  • Use the Title to Slug Converter as a URL slug generator when you need to create slugs from titles.
  • Use the Text Case Converter for broader case changes such as camelCase, snake_case, kebab-case, and Title Case.

Slug to Title Converter FAQ

Does this tool generate URL slugs?

No. This tool works in the reverse direction: it turns slugs and identifiers into readable text. Use the Title to Slug Converter when you need to create URL slugs.

Can it convert kebab-case, snake_case, and camelCase to words?

Yes. It splits common separators such as hyphens, underscores, dots, slashes, and spaces, and it also splits camelCase and PascalCase identifiers into readable tokens.

Can I use it as a slug decoder for content audits?

Yes. Paste URL slugs, path segments, filenames, or exported route names to create readable labels for audit spreadsheets, migration notes, and planning boards.

Will it preserve ticket IDs and version numbers?

Yes. It keeps all-caps tokens, numeric tokens, date-like chunks, and version-like chunks such as v1-0 or v2.1.0 together when the preservation options are enabled.

Can I convert multiple slugs at once?

Yes. Paste one slug, filename, route, or identifier per line. The output keeps the same line boundaries.

How does acronym mode work?

Acronym mode normalizes common developer acronyms such as API, URL, PRD, MCP, JSON, HTML, CSS, UUID, and SEO. Team-specific acronyms may still need manual adjustment.

Does it rewrite text into a polished headline?

No. It converts structure and casing. It does not rewrite wording, remove filler words, or choose title capitalization rules for a specific style guide.