Upper case
Labels & alerts
Type once and compare upper, lower, title, camel, kebab, and snake case—ready to copy wherever your words need to go.
Paste a heading, filename, label, or code-friendly phrase.
Ready-to-copy results
Labels & alerts
Normalized text
Headings & names
Variables & methods
URLs & CSS
Data & scripts
A practical guide
Letter case is more than appearance. It helps readers scan a heading, tells a programming language where one word ends and another begins, and keeps filenames or data fields consistent. This converter shows six versions together so you can compare them before copying the one your destination expects.
Enter a phrase, label, filename, or identifier in the input box.
Every output updates together, so there is no format menu to manage.
Use the copy icon on the result that matches your code or content style.
Start with release status report. The best output depends on whether a person or a program will read it.
Upper case
RELEASE STATUS REPORTShort alerts, compact labels, or text that must match an uppercase convention.
Lower case
release status reportNormalized comparisons, informal text, and systems that expect lowercase input.
Title case
Release Status ReportSimple headings, menu labels, document names, and presentation titles.
Camel case
releaseStatusReportVariables, object properties, and function names in many codebases.
Kebab case
release-status-reportReadable URLs, CSS classes, package names, and web-friendly filenames.
Snake case
release_status_reportDatabase columns, environment-style identifiers, and many data or scripting conventions.
If people will read the phrase, start with title, upper, or lower case. If software will read it as one identifier, use the convention already established by that language, framework, database, or project. Consistency with the surrounding system is usually more valuable than choosing a theoretically perfect format.
Your text is transformed in this browser tab. It is not sent to JustUtils for conversion.