public static String unescapeJava(String value) {
   return StringEscapeUtils.unescapeJava(value);
 }