Make Lowercase or Small Case

Convert all text to lowercase or small case (first letter of each word in lowercase). 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: Lowercase (all small letters) or Small Case (first letter of each word in lowercase).
  4. Click Convert to see your text in the selected case style.
  5. Example output (Lowercase): this is a test\nanother line
  6. Example output (Small 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: Lowercase (all small letters) or Small Case (first letter of each word in lowercase).

What if I enter an invalid style?

The tool will default to Lowercase 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/lowercase-converter/api/

Request Body: { "text": "THIS IS A TEST\nANOTHER LINE", "style": "lowercase" }

Response: The response will be the text in the selected case style. { "result": "this is a test\nanother line" }