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
Instructions
- Paste or type your text into the input box. Each line will be processed.
- Example: this is a test\nanother line
- Select your preferred case style: Uppercase (ALL CAPS) or Capital Case (First Letter Capitalized).
- Click Convert to see your text in the selected case style.
- Example output (Uppercase): THIS IS A TEST\nANOTHER LINE
- 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" }