String original="the pen is on the table";
String replaced=original.replaceAll("the","this");