Convert text to lowercase

Please log in or register to do it.

This tool converts text to lowercase. It provides flexible options so you can convert the entire text, convert only words that match specified substrings, convert all text except those matching specified substrings, or apply a custom format to the converted text. Simply enter your text, choose the conversion mode and settings below, and click the process button.

Conversion Modes:


Converts every character in the text to lowercase.

Converts only those words that contain the specified substring(s) to lowercase. Enter a comma‑separated list (e.g., APP, TEST).

Converts all text to lowercase except for words that contain the specified substring(s). Enter a comma‑separated list (e.g., HTML, CSS).

Converts the text to lowercase and then formats it using a custom format. Use {text} as a placeholder for the converted text.

Examples:

Convert Entire Text to Lowercase

Converts every character in the text to lowercase.

Before:
Hello WORLD! This Is A TeSt.
After:
hello world! this is a test.

Convert Only Words Matching Specified Substrings to Lowercase

Converts only those words that contain the specified substring(s) to lowercase.

Before:
The APPle and the Orange are TASTY.
After (specifying "APP"):
The apple and the Orange are TASTY.

Convert All Text Except Words Matching Specified Substrings

Converts all text to lowercase except for words that contain the specified substring(s).

Before:
Learn HTML and CSS for Web Development.
After (excluding "HTML, CSS"):
learn HTML and CSS for web development.

Convert Text with Custom Format

Converts the entire text to lowercase and formats it using the custom format.

Before:
Hello WORLD! This Is A TeSt.
After (Format "[Lowercase: {text}]"):
[Lowercase: hello world! this is a test.]
Convert single-line text into multiple lines
Convert spaces into tabs

Your email address will not be published. Required fields are marked *