World's simplest browser-based utility for duplicating sentences in text. Load your text in the input form on the left and you'll instantly get new text with all the sentences repeated twice (or more times) in the output area. Powerful, free, and fast. Load text – copy sentences. Created by developers from team Browserling.
World's simplest browser-based utility for duplicating sentences in text. Load your text in the input form on the left and you'll instantly get new text with all the sentences repeated twice (or more times) in the output area. Powerful, free, and fast. Load text – copy sentences. Created by developers from team Browserling.
With this online tool, you can make multiple copies of all or some sentences of the given text. By default, the "Duplicate All Sentences" option is enabled and in this mode, the program automatically finds each sentence in the text and repeats it as many times as necessary. The number of sentence copies can be specified in the options using a single number, such as 2, 3, or 4. If you don't need to duplicate all sentences, then you can switch to the "Duplicate Certain Sentences" mode. In this mode, the program creates copies of sentences that match the patterns you have specified. For example, by specifying the pattern "red cat" in the text option, the utility will duplicate all sentences containing this specific substring. For instance, if the input text is "The red cat is purring. The black dog is wagging its tail. The sun shines on the red cat.", then the utility will create copies for the first and third sentences. If you additionally want to match all sentences containing the substring "black dog", then enter this pattern in the same option, but on a new line. Each of these patterns must match the text in a sentence exactly. However, if you're not sure that the words "red" and "cat" will be next to each other in the text, you can use the "+" symbol to extract sentences where these words are separated by some other words. For example, if the input text is "I have a cat of red color", then the pattern "red cat" won't match this sentence and it won't be duplicated, but the pattern "red + cat" will. Note that there's a space before and after the "+" symbol. This way of matching can also be extended to three, four, or more words. For example, you can write "red + cat + sleep + eat" and then all four of these words must be present in a sentence. To include uppercase words in pattern matches (such as "Red cat"), turn off the "Case Sensitive Patterns" option. Additionally, you can activate the "One Sentence Per Line" option so that all sentences of the text are displayed vertically in a column for easier overview. Textabulous!
With this online tool, you can make multiple copies of all or some sentences of the given text. By default, the "Duplicate All Sentences" option is enabled and in this mode, the program automatically finds each sentence in the text and repeats it as many times as necessary. The number of sentence copies can be specified in the options using a single number, such as 2, 3, or 4. If you don't need to duplicate all sentences, then you can switch to the "Duplicate Certain Sentences" mode. In this mode, the program creates copies of sentences that match the patterns you have specified. For example, by specifying the pattern "red cat" in the text option, the utility will duplicate all sentences containing this specific substring. For instance, if the input text is "The red cat is purring. The black dog is wagging its tail. The sun shines on the red cat.", then the utility will create copies for the first and third sentences. If you additionally want to match all sentences containing the substring "black dog", then enter this pattern in the same option, but on a new line. Each of these patterns must match the text in a sentence exactly. However, if you're not sure that the words "red" and "cat" will be next to each other in the text, you can use the "+" symbol to extract sentences where these words are separated by some other words. For example, if the input text is "I have a cat of red color", then the pattern "red cat" won't match this sentence and it won't be duplicated, but the pattern "red + cat" will. Note that there's a space before and after the "+" symbol. This way of matching can also be extended to three, four, or more words. For example, you can write "red + cat + sleep + eat" and then all four of these words must be present in a sentence. To include uppercase words in pattern matches (such as "Red cat"), turn off the "Case Sensitive Patterns" option. Additionally, you can activate the "One Sentence Per Line" option so that all sentences of the text are displayed vertically in a column for easier overview. Textabulous!
In this example, we create two pairs of all the sentences in a poem. To do this, you turn on the "Duplicate All Sentences" mode and specify the number of copies to be 2.
In this example, we create three repetitions only of specific sentences of the text, the ones that contain the plural word "Dogs". To do this, we switch to the "Duplicate Certain Sentences" mode and enter the word "Dogs" in the sentence patterns option.
This example only duplicates the sentences that contain two different search patterns. The first and fourth sentences are duplicated because the "ocean" pattern is specified in the options, and the third sentence is duplicated because the "universe" pattern is specified in the same option (on a new line). Each of these sentences is repeated twice in the output.
In this example, we use the extended match pattern format with the "+" sign in it to match a sentence with two separate words. We specify the pattern "sing + dance" to duplicate all sentences that contain the words "sing" and "dance" (even if they are not immediately next to each other, such as "sing and dance"). We also turn off the case-sensitive option to make sure the sentences with these words are duplicated even if the words are at the beginning of the sentence or are written in uppercase.
In this example, we make copies only of those sentences in the text that contains the word "cat" that's in the middle of a sentence. To make this strict matching parameter work, we add space characters to the left and right of the word "cat" making it " cat ". This way, the word "cat" can't be at the very beginning or end of the sentence (as sentences don't start with a space and don't end with a space). We repeat the matching sentences 4 times and output one sentence per line to make it easier to see which sentences were duplicated and which weren't.
As you might have seen in the previous examples, the plus sign "+" has a special meaning as it allows matching multiple words in a sentence. However, sometimes a sentence can contain the plus sign itself. In this example, we demonstrate how to duplicate sentences that use the "+" sign. To create copies of such sentences, we escape the "+" sign by making it a double plus sign "++". To match the exact substring "red + orange" in a sentence, we write "red ++ orange" and now the "+" no longer has a special meaning. If we had simply written "red + orange", then the words "red" and "orange" would have been matched separately but now the entire pattern "red + orange" must match as the double sign "++" is not a special match operator.
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!