chemkatku
0
Q:

remove double quotes from string kotlin

String x="\"abcd";
String z=x.replace("\"", "");
System.out.println(z);
-1

New to Communities?

Join the community