World's simplest browser-based utility for removing random symbols from text. Load your text in the input form on the left, enter the symbols you want to randomly remove (or preserve) in the options, and you'll instantly get new text with some symbols erased in the output area. Powerful, free, and fast. Created by developers from team Browserling.
World's simplest browser-based utility for removing random symbols from text. Load your text in the input form on the left, enter the symbols you want to randomly remove (or preserve) in the options, and you'll instantly get new text with some symbols erased in the output area. Powerful, free, and fast. Created by developers from team Browserling.
With this online tool, you can randomly remove arbitrary symbols from text and simulate random text errors. The program can erase anything that is considered a symbol – punctuation marks, digits, letters, emojis, and also invisible symbols such as spaces, new lines, and tabs. The amount of erasure can be controlled in the options and can be entered as a number. For example, if you enter the text "Peace & love!" and specify the number of characters to be deleted equal to 3, then each time you run the program, you'll get three random symbols removed from the entire text. Some of the possible outputs that you'll get will be "Pec & loe!", or "Eace & oe!", or "Peace & lv", or other combinations with three missing symbols. Such removal of absolutely random characters from anywhere in the text is performed via the "Delete All Symbols" mode. In this mode, the program randomly picks any letter, symbol, or punctuation mark that is used in the text. If you want to leave some characters or symbols in the text, then you can specify them in the "Preserve Symbols" option. Another symbol removal mode is called "Delete Specific Symbols" and it allows you to choose a specific set of characters to accidentally remove from the text. For example, this set can be all digits, all vowels, all consonants, or multiple punctuation marks. If you want to remove or ignore only uppercase or lowercase symbols, then activate the "Case-sensitive Symbols" option. If this option is turned on, the program will consider symbols such as "A" and "a" as two separate characters. The option "Lock Word Case" ensures that when a capitalized symbol is removed from the beginning of a word, that word returns to capitalized form. For example, in the text "Oranges don't rhyme", if the capital "O" is removed and this option is selected, then this text will become "Ranges don't rhyme". The last three options are called "Preserve Spaces", "Preserve Tabs", and "Preserve Newlines", and they respectively ensure that spaces, tabs, and newlines are not randomly removed so that the text's structure remains more or less the same. Textabulous!
With this online tool, you can randomly remove arbitrary symbols from text and simulate random text errors. The program can erase anything that is considered a symbol – punctuation marks, digits, letters, emojis, and also invisible symbols such as spaces, new lines, and tabs. The amount of erasure can be controlled in the options and can be entered as a number. For example, if you enter the text "Peace & love!" and specify the number of characters to be deleted equal to 3, then each time you run the program, you'll get three random symbols removed from the entire text. Some of the possible outputs that you'll get will be "Pec & loe!", or "Eace & oe!", or "Peace & lv", or other combinations with three missing symbols. Such removal of absolutely random characters from anywhere in the text is performed via the "Delete All Symbols" mode. In this mode, the program randomly picks any letter, symbol, or punctuation mark that is used in the text. If you want to leave some characters or symbols in the text, then you can specify them in the "Preserve Symbols" option. Another symbol removal mode is called "Delete Specific Symbols" and it allows you to choose a specific set of characters to accidentally remove from the text. For example, this set can be all digits, all vowels, all consonants, or multiple punctuation marks. If you want to remove or ignore only uppercase or lowercase symbols, then activate the "Case-sensitive Symbols" option. If this option is turned on, the program will consider symbols such as "A" and "a" as two separate characters. The option "Lock Word Case" ensures that when a capitalized symbol is removed from the beginning of a word, that word returns to capitalized form. For example, in the text "Oranges don't rhyme", if the capital "O" is removed and this option is selected, then this text will become "Ranges don't rhyme". The last three options are called "Preserve Spaces", "Preserve Tabs", and "Preserve Newlines", and they respectively ensure that spaces, tabs, and newlines are not randomly removed so that the text's structure remains more or less the same. Textabulous!
We call this example "Unlucky Fifty" because in it, we remove 50 random characters from the text about the Great Wall of China. We select the "Delete All Characters" mode and as an exception, we specify the digits from 0 to 9 in the ignore-characters option to avoid deleting numbers. We also preserve spaces, tabs, and newlines, and activate the "Lock Word Case" checkbox, which locks the capitalization structure of words in the text (a capitalized word always remains capitalized).
In this example, we paste Kevin's quote from our favorite movie Home Alone into the input text area and randomly remove some punctuation from it. To do this, we switch to the "Delete Specific Symbols" mode and in the option field list all the punctuation used in the quote. As a result, we get Kevin's quote with mistakes as 5 random punctuation marks are missing.
This example randomly removes only the capital letters from the text about NASA. To do this, it uses the "Case-sensitive Symbols" option combined with the "Delete Specific Symbols", where we entered all uppercase letters "A-Z".
In this example, we randomly remove spaces between words in a Maxime Lagacé quote. We turn off the "Preserve Spaces" option and enter the space character in the characters-to-delete option. As a result, we get updated text with 6 spaces removed and with some of the words glued together.
In this example, we randomly remove underscores from a list of flowers. The underscores here serve as a filler for right-aligning the text. We remove 30 random "_" symbols and end up with unaligned text with a random number of underscores on the left side of each text line.
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!