This tool converts all consonants into asterisks. It provides flexible options so you can convert every consonant, convert only specified consonants, convert all except allowed ones, or replace consonants with a custom string. Simply enter your text and select the processing mode that best suits your needs.
Examples:
Convert All Consonants
Converts "Hello World!" by replacing all consonants with asterisks.
Before:
Hello World!
After:
He**o Wo**d!
Convert Only Specified Consonants
Converts only the specified consonants (e.g., l, d) in "Hello World!".
Before:
Hello World!
After (converting l, d):
He**o Worl*!
Convert All Except Allowed Consonants
Converts all consonants except those allowed (e.g., h, w) in "Hello World!".
Before:
Hello World!
After (allowing h, w):
He**o Wo**d!
Custom Replacement
Replaces every consonant in "Hello World!" with a custom string (e.g., "##").
Before:
Hello World!
After (using "##"):
He##o Wo##d!