Make Uppercase or Capital Case

Convert all text to uppercase or capital case (first letter of each word capitalized). Useful for formatting, code, or preparing text for specific applications.

Results

Waiting for your input...

Instructions

  1. Paste or type your text into the input box. Each line will be processed.
  2. Example: this is a test\nanother line
  3. Select your preferred case style: Uppercase (ALL CAPS) or Capital Case (First Letter Capitalized).
  4. Click Convert to see your text in the selected case style.
  5. Example output (Uppercase): THIS IS A TEST\nANOTHER LINE
  6. Example output (Capital Case): This Is A Test\nAnother Line

Frequently Asked Questions (FAQs)

What happens to empty lines in my input?

Empty lines are preserved in the output.

What case styles are supported?

You can choose from: Uppercase (ALL CAPS) or Capital Case (First Letter Capitalized).

What if I enter an invalid style?

The tool will default to Uppercase if the style is not recognized.

Will the tool work with very large texts?

Yes, the tool is designed to handle large multi-line text inputs efficiently.

API Usage

API Usage

This tool provides an API for programmatic access.

Endpoint: POST /tools/case-converter/api/

Request Body: { "text": "this is a test\nanother line", "style": "uppercase" }

Response: The response will be the text in the selected case style. { "result": "THIS IS A TEST\nANOTHER LINE" }