Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
CSS
remove double quotes from string kotlin
Joe Friend
Programming language:
CSS
2021-04-06 11:28:52
1
Q:
remove double quotes from string kotlin
Benj
Code:
CSS
2021-08-24 11:55:53
String x="\"abcd"; String z=x.replace("\"", ""); System.out.println(z);
-1
Tags
string
remove
Related
how to remove text highlight on double click
New to Communities?
Join the community