World's simplest browser-based utility for replacing vowels in text. Load your text in the input form on the left, set the vowel editing rules, and you'll instantly get a new text with certain vowels replaced with other vowels or characters in the output area. Powerful, free, and fast. Load text – replace its vowels. Created by developers from team Browserling.
World's simplest browser-based utility for replacing vowels in text. Load your text in the input form on the left, set the vowel editing rules, and you'll instantly get a new text with certain vowels replaced with other vowels or characters in the output area. Powerful, free, and fast. Load text – replace its vowels. Created by developers from team Browserling.
With this online tool, you can replace any vowel or multiple vowels in a text with any other character. The replacement is accomplished via special editing rules that can be set up individually for each vowel. These rules can replace one vowel with another vowel, replace a pair of vowels (or a triplet or more) with one or more vowels, replace a vowel with a custom character or symbol, or remove a vowel by replacing it with emptiness. For example, you can replace the vowel "a" with the symbol "@" with the rule "a=@", or replace the vowel "e" with the letter "𝕖" with the rule "e= 𝕖", or replace a pair of vowels "ae" with the Latin diphthong "æ" with the rule "ae=æ", or remove the vowel "o" with the rule "o=". For your reference, there are six lowercase vowels in the English language "aeiouy" (including the letter "y") and six uppercase vowels "AEIOUY" (including the capital "Y"). You can run six (for lowercase vowels) or twelve substitution rules (for lowercase and uppercase vowels) at the same time. For example, these six rules will change all lowercase vowels to uppercase vowels: "a=A", "e=E", "i=I", "o=O", "u=U", "y=Y". Each rule must be placed on a new line in the rule editor box in the options. If you want to replace uppercase and lowercase vowels separately, activate the "Case Sensitive Vowels" checkbox in the options. If this checkbox is turned off, then both the small and the large letters will execute the same replacement command ("a=x" and "A=x" will have the same effect and the first one specified will execute). There's also an option to execute multiple consecutive vowel replacements and it lets you replace letters that have already been replaced by an earlier rule. For example, if you have specified two rules "e=a" and "a=o" for the word "sheep", then the program will first make the replacement "e=a" (and it will remember the intermediate result "shaap") and then the second replacement "a=o" will run and you'll get the word "shoop". Textabulous!
With this online tool, you can replace any vowel or multiple vowels in a text with any other character. The replacement is accomplished via special editing rules that can be set up individually for each vowel. These rules can replace one vowel with another vowel, replace a pair of vowels (or a triplet or more) with one or more vowels, replace a vowel with a custom character or symbol, or remove a vowel by replacing it with emptiness. For example, you can replace the vowel "a" with the symbol "@" with the rule "a=@", or replace the vowel "e" with the letter "𝕖" with the rule "e= 𝕖", or replace a pair of vowels "ae" with the Latin diphthong "æ" with the rule "ae=æ", or remove the vowel "o" with the rule "o=". For your reference, there are six lowercase vowels in the English language "aeiouy" (including the letter "y") and six uppercase vowels "AEIOUY" (including the capital "Y"). You can run six (for lowercase vowels) or twelve substitution rules (for lowercase and uppercase vowels) at the same time. For example, these six rules will change all lowercase vowels to uppercase vowels: "a=A", "e=E", "i=I", "o=O", "u=U", "y=Y". Each rule must be placed on a new line in the rule editor box in the options. If you want to replace uppercase and lowercase vowels separately, activate the "Case Sensitive Vowels" checkbox in the options. If this checkbox is turned off, then both the small and the large letters will execute the same replacement command ("a=x" and "A=x" will have the same effect and the first one specified will execute). There's also an option to execute multiple consecutive vowel replacements and it lets you replace letters that have already been replaced by an earlier rule. For example, if you have specified two rules "e=a" and "a=o" for the word "sheep", then the program will first make the replacement "e=a" (and it will remember the intermediate result "shaap") and then the second replacement "a=o" will run and you'll get the word "shoop". Textabulous!
In this example, we replace the six regular Latin vowels in a passage of text with six circled Unicode vowels. We enter the substitutions for each vowel in the form "a=ⓐ", "e=ⓔ", "i=ⓘ", "o=ⓞ", "u=ⓤ", "y=ⓨ" (one per line), and once they run, all standard vowels get converted into corresponding circled Unicode vowels.
In this example, we create fake English text containing non-Latin vowels. To do this, we set up four replacement rules, where we substitute the Latin letters "a", "e", "i", "o" with Cyrillic letters "а", "е", "і", "о" that are identical in appearance. In the output, we get visually the same, but in fact different text.
This example creates a text puzzle with all vowels in crystal names replaced with an asterisk symbol. It uses the repeated substitution method and in the first phase replaces all vowels with the letter "i", and in the second phase replaces the letter "i" with the symbol "*". Additionally, it enables the "Case Sensitive Vowels" option so that the capital letters at the beginning of each crystal name are not changed.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
Find Levenstein distance of two text fragments.
Create a list of all words in text.
Lemmatize all words in text.
Apply stemming to all words in text.
Add color to punctuation symbols in text.
Add color to letters in text.
Add color to words in text.
Add color to sentences in text.
Add color to paragraphs in text.
Add slight perturbations to the given text.
Mess up characters in your text.
Generate text using random words.
Generate lorem ipsum placeholder text.
Generate a crossword puzzle from the given words.
Convert English text to Braille writing system.
Convert Braille symbols to English text.
Convert text characters to their corresponding code points.
Convert numeric character code points to text.
Convert CSV data to plain text columns.
Convert plain text columns to a CSV file.
Create a list of all 3-grams.
Encode the entire text to a single number.
Decode text that was encoded as a number back to text.
Divide text into chunks of certain size.
Apply formatting and modification functions to text.
Count the number of punctuation marks and other sybmols in text.
Count the number of letters in text.
Count the number of sentences in text.
Count the number of paragraphs in text.
Apply text transformation rules to any text.
Analyze text for interesting patterns.
Add accent marks to text letters.
Add a counter before every letter in text.
Add a counter before every word in text.
Add a counter before every sentence in text.
Add a counter before every paragraph in text.
Interleave the letters or words of the given text fragments.
Mess up the spacing between letters in any text.
Extract all emails from text.
Extract all URLs from text.
Extract all numbers from text.
Extract all countries from text.
Extract all cities from text.
Convert text to punycode.
Convert punycode to text.
Encode text to Baudot encoding.
Decode Baudot-encoded text.
Encode text to base32 encoding.
Decode base32-encoded text.
Encode text to base45 encoding.
Decode base45-encoded text.
Encode text to base58 encoding.
Decode base58-encoded text.
Encode text to Ascii85 encoding.
Decode Ascii85-encoded text.
Encode text to base65536 encoding.
Decode base65536-encoded text.
Encode text to nettext encoding.
Decode nettext-encoded text.
Convert written text into natural sounding voice.
Convert a voice recording to text.
Encode text to UTF8 encoding.
Decode UTF8-encoded text.
Encode text to UTF16 encoding.
Decode UTF8-encoded text.
Encode text to UTF32 encoding.
Decode UTF32-encoded text.
Encode text to IDN.
Decode IDN-encoded text.
Convert text to Unix-to-Unix encoding.
Decode Unix-to-Unix-encoded text.
Convert text to Xxencoding.
Decode Xxencoded text.
Encode text to QP encoding.
Decode QP-encoded text.
Remove all HTML tags from Text.
Remove all XML tags from Text.
Remove new line symbols from the end of each text line.
Find the difference between two text fragments.
Generate various text typos.
Generate a mirror reflection of text.
Cut out a piece of text.
Grep text for regular expression matches.
Extract first symbols, words, or lines from text.
Extract last symbols, words, or lines from text
Return the first letter of each word in text.
Make every paragraph to be two paragraphs in the given text.
Create an image from all words in text.
Create a circle from all letters in text.
Create a spiral from all letters in text.
Create a circle from all words in text.
Create a matrix of any dimensions from letters in text.
Create a matrix of any dimensions from words in text.
Create a spiral from all words in text.
Split the input text into syllables.
Write any text on an LCD display (with LCD font).
Convert text to 2-dimensional drawing.
Convert text to 3-dimensional drawing.
Create a horizontally or vertically scrolling text.
Create a GIF animation of a text message.
Create a GIF animation that slowly reveals a text message.
Decode text using the wrong encoding and create garbled text.
Try to find original text from garbled mojibaked text.
Make text harder to read.
Generate the entire alphabet from a to z.
Print the alphabet in random order.
Delete swear words from text.
Edit text in a neat browser-based editor.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling we love to make people's lives easier, so we created this collection of online text tools. Our tools are focused on getting things done and as soon as you load your text in the input of any of our tools, you'll instantly get the result. Behind the scenes, our online text tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!