Words Replacer : Ctrl+H on Steroids!

Paste the original text in the box below.

Output box:



Substitution list:

Words to replace:
Replace with..(please maintain order! Even blank lines are counted)



Log:

Sample Usage

Original Text:
Paste the original text in the box below. 

---
Words to replace:
 in
text of
text from

---

Replace with:
 of
text from
MUHAHAHAA

----
// notice the space before "in" and "of". This is to disambiguate from the letters "in" inside a word like "original".

Output:
Paste the original MUHAHAHAA the box below. 

==========
Explanation:
The script makes its way sequentially down the list, and uses the replaced text for every subsequent replacement. Hence, it's possible to chain the replacements:

original text in the >> original text of the >> original text from the >> original MUHAHAHAA the

By Nikhil VJ, nikhil.js [at] gmail.com. Created during a task to fix a large amount of transliteration mis-spellings.