"Convert case" refers to the process of changing the letter case of a given text. Here are the common cases:
- Sentence case: Capitalizes the first letter of the sentence. Example: "this is a sentence" becomes "This is a sentence."
- Lowercase: Converts all letters to lowercase. Example: "Hello World" becomes "hello world."
- Uppercase: Converts all letters to uppercase. Example: "Hello World" becomes "HELLO WORLD."
- Capitalized Case: Capitalizes the first letter of each word. Example: "this is a test" becomes "This Is A Test."
- Alternating Case: Alternates between uppercase and lowercase letters. Example: "alternating case" becomes "AlTeRnAtInG cAsE."
- Inverse Case: Inverts the case of each letter. Uppercase becomes lowercase, and vice versa. Example: "Inverse Case" becomes "iNVERSE cASE."
These conversions are often used to format text according to specific styles or requirements in various applications and writing contexts.