Hapus kutipan ganda java
String result = input.replaceAll("^\"|\"$", "");
Kimiyu
String result = input.replaceAll("^\"|\"$", "");