Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This plugin adds search/replace dialogs to TinyMCE.
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "searchreplace",
theme_advanced_buttons3_add : "search,replace"
});
Search documentation.