List of utility methods to do String Single Quote
String answer = string.substring(1, string.length() - 1); return answer.replaceAll("\\'", "'");