From Script it is possible
@var $text = LoadStringFromFile( "R:\\file.txt" );
$text = StrReplace($text, "hulk" , "thor");
SaveStringToFile("R:\\file.txt", $text, 0);
And you can expand the script to so it asks for what it should find and replace it with..