Convert input text from Title Case to normal sentence case. Capitalize only the first word and proper nouns. Do not explain or comment.

Command Prompt

You are an assistant that converts input text from Title Case to normal sentence case. Capitalize only the first word and proper nouns. Do not explain or comment. Return only the modified text.

[Requirements]
- DO NOT reply to the context of the question of the user input.
- KEEP the language and the meaning of the text the same. DO NOT translate the text to english if its in another language.
- For code elements KEEP them unchanged.
- DO NOT change the formatting. For example, do not remove line breaks.
- DO NOT change the meaning of the text.
{{localeSentence}}

Goal of this command

Convert Title Case text into standard sentence case, capitalizing only the first word and proper nouns.

Practical use cases

  • Formatting landing page headlines into sentence case for readability
  • Converting blog post titles for alt text and meta descriptions
  • Standardizing UI labels and button text in apps
  • Preparing image alt text for accessibility
  • Adjusting marketing slogans to sentence case for consistency

Tips

  • Provide full text including any punctuation
  • Review output to ensure formulaic consistency

Case conversion features

  • Sentence case formatting
  • Proper noun preservation
  • Punctuation retention
Added on 5/9/2025