[JAVA] specific string -> change to double quote replaceAll Get link Facebook X Pinterest Email Other Apps August 20, 2023 String str = ""ABC"; str.replaceAll(""","\""); RESULT -> ""ABC" 😀 Thank you!! 감사합니다!! Read more