I have the following html:
text text
Document doc = Jsoup.connect(url).get(); String str = doc.toString(); str = str.replace("text", "word");
try it..