This tool replaces lowercase consonants with uppercase. It provides flexible options so you can replace every lowercase consonant, replace only those you specify, replace all except allowed ones, or apply a custom format. Simply enter your text and select the processing mode that suits your needs.
Examples:
Replace All Lowercase Consonants
Every lowercase consonant is converted to uppercase.
Before:
hello world!
After:
HeLLo WorLD!
Replace Only Specified Consonants
Only the specified lowercase consonants (e.g., l, r) are converted to uppercase.
Before:
hello world!
After (replacing l, r):
heLLo woRld!
Replace All Except Allowed Consonants
Converts every lowercase consonant except those allowed (e.g., allowing r to remain unchanged).
Before:
hello world!
After (allowing r):
HeLLo woRLD!
Replace Consonants with Custom Format
Each lowercase consonant is replaced using a custom format (e.g., wrapping in square brackets).
Before:
hello world!
After (format "[{char}]"):
[H]e[L][L]o [W]o[R][L][D]!