String str = "이름은 ##name##입니다!";
String name = "김깃붕";

str = str.replaceAll("##name##", name);