I\'m processing some Java source code using Java. I\'m extracting the string literals and feeding them to a function taking a String. The problem is that I need to pass the
See this from http://commons.apache.org/lang/:
StringEscapeUtils
StringEscapeUtils.unescapeJava(String str)