egg:
String str = "Don't trouble trouble until trouble troubles you"
Map<String,String> replacementMap = new HashMap<String,String>(){{put("trouble","replaceStr");}};
I want the output was:
"Don't troubleStr troubleStr until troubleStr troubles you."
The scene is i have a paragraph and i also have a keywords database ,when i show the paragraph in web page,i want to highlight the matched keywords and replace a link target.